Uses of Package
graphql.execution.instrumentation
Packages that use graphql.execution.instrumentation
Package
Description
-
Classes in graphql.execution.instrumentation used by graphqlClassDescriptionProvides the capability to instrument the execution steps of a GraphQL query.An
Instrumentationimplementation can create this as a stateful object that is then passed to each instrumentation method, allowing state to be passed down with the request execution -
Classes in graphql.execution.instrumentation used by graphql.analysisClassDescriptionProvides the capability to instrument the execution steps of a GraphQL query.When a
Instrumentation.'beginXXX()' method is called then it must return a non null InstrumentationContext that will be invoked when the step is first dispatched and then when it completes.AnInstrumentationimplementation can create this as a stateful object that is then passed to each instrumentation method, allowing state to be passed down with the request executionAn implementation ofInstrumentationthat does nothing. -
Classes in graphql.execution.instrumentation used by graphql.executionClassDescriptionProvides the capability to instrument the execution steps of a GraphQL query.An
Instrumentationimplementation can create this as a stateful object that is then passed to each instrumentation method, allowing state to be passed down with the request execution -
Classes in graphql.execution.instrumentation used by graphql.execution.instrumentationClassDescriptionThis allows you to chain together a number of
Instrumentationimplementations and run them in sequence.Provides the capability to instrument the execution steps of a GraphQL query.When aInstrumentation.'beginXXX()' method is called then it must return a non null InstrumentationContext that will be invoked when the step is first dispatched and then when it completes.AnInstrumentationimplementation can create this as a stateful object that is then passed to each instrumentation method, allowing state to be passed down with the request executionDeprecated.A simple implementation ofInstrumentationContextAn implementation ofInstrumentationthat does nothing. -
Classes in graphql.execution.instrumentation used by graphql.execution.instrumentation.dataloaderClassDescriptionProvides the capability to instrument the execution steps of a GraphQL query.When a
Instrumentation.'beginXXX()' method is called then it must return a non null InstrumentationContext that will be invoked when the step is first dispatched and then when it completes.AnInstrumentationimplementation can create this as a stateful object that is then passed to each instrumentation method, allowing state to be passed down with the request executionAn implementation ofInstrumentationthat does nothing. -
Classes in graphql.execution.instrumentation used by graphql.execution.instrumentation.fieldvalidationClassDescriptionProvides the capability to instrument the execution steps of a GraphQL query.When a
Instrumentation.'beginXXX()' method is called then it must return a non null InstrumentationContext that will be invoked when the step is first dispatched and then when it completes.AnInstrumentationimplementation can create this as a stateful object that is then passed to each instrumentation method, allowing state to be passed down with the request executionAn implementation ofInstrumentationthat does nothing. -
Classes in graphql.execution.instrumentation used by graphql.execution.instrumentation.parametersClassDescriptionAn
Instrumentationimplementation can create this as a stateful object that is then passed to each instrumentation method, allowing state to be passed down with the request execution -
Classes in graphql.execution.instrumentation used by graphql.execution.instrumentation.threadpoolsClassDescriptionProvides the capability to instrument the execution steps of a GraphQL query.An
Instrumentationimplementation can create this as a stateful object that is then passed to each instrumentation method, allowing state to be passed down with the request executionAn implementation ofInstrumentationthat does nothing. -
Classes in graphql.execution.instrumentation used by graphql.execution.instrumentation.tracingClassDescriptionProvides the capability to instrument the execution steps of a GraphQL query.When a
Instrumentation.'beginXXX()' method is called then it must return a non null InstrumentationContext that will be invoked when the step is first dispatched and then when it completes.AnInstrumentationimplementation can create this as a stateful object that is then passed to each instrumentation method, allowing state to be passed down with the request executionAn implementation ofInstrumentationthat does nothing.
SimplePerformantInstrumentationinstead as a base class.