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
Instrumentation
implementation 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.AnInstrumentation
implementation 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 ofInstrumentation
that does nothing. -
Classes in graphql.execution.instrumentation used by graphql.executionClassDescriptionProvides the capability to instrument the execution steps of a GraphQL query.An
Instrumentation
implementation 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
Instrumentation
implementations 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.AnInstrumentation
implementation 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 ofInstrumentationContext
An implementation ofInstrumentation
that 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.AnInstrumentation
implementation 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 ofInstrumentation
that 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.AnInstrumentation
implementation 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 ofInstrumentation
that does nothing. -
Classes in graphql.execution.instrumentation used by graphql.execution.instrumentation.parametersClassDescriptionAn
Instrumentation
implementation 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
Instrumentation
implementation 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 ofInstrumentation
that 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.AnInstrumentation
implementation 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 ofInstrumentation
that does nothing.
SimplePerformantInstrumentation
instead as a base class.