All Downloads are FREE. Search and download functionalities are using the official Maven repository.

graphql.execution.instrumentation.DeferredFieldInstrumentationContext Maven / Gradle / Ivy

There is a newer version: 230521-nf-execution
Show newest version
package graphql.execution.instrumentation;

import graphql.ExecutionResult;
import graphql.execution.FieldValueInfo;

public interface DeferredFieldInstrumentationContext extends InstrumentationContext {

    default void onFieldValueInfo(FieldValueInfo fieldValueInfo) {

    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy