Uses of Package
graphql.execution.instrumentation
-
Classes in graphql.execution.instrumentation used by graphql Class Description DocumentAndVariables Instrumentation Provides the capability to instrument the execution steps of a GraphQL query.InstrumentationState 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 execution -
Classes in graphql.execution.instrumentation used by graphql.analysis Class Description Instrumentation Provides the capability to instrument the execution steps of a GraphQL query.InstrumentationContext 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.InstrumentationState 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 executionSimplePerformantInstrumentation An implementation ofInstrumentation
that does nothing. -
Classes in graphql.execution.instrumentation used by graphql.execution Class Description Instrumentation Provides the capability to instrument the execution steps of a GraphQL query.InstrumentationState 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 execution -
Classes in graphql.execution.instrumentation used by graphql.execution.instrumentation Class Description ChainedInstrumentation This allows you to chain together a number ofInstrumentation
implementations and run them in sequence.DocumentAndVariables DocumentAndVariables.Builder ExecutionStrategyInstrumentationContext Instrumentation Provides the capability to instrument the execution steps of a GraphQL query.InstrumentationContext 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.InstrumentationState 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 executionSimpleInstrumentation Deprecated.useSimplePerformantInstrumentation
instead as a base class.SimpleInstrumentationContext A simple implementation ofInstrumentationContext
SimplePerformantInstrumentation An implementation ofInstrumentation
that does nothing. -
Classes in graphql.execution.instrumentation used by graphql.execution.instrumentation.dataloader Class Description ExecutionStrategyInstrumentationContext Instrumentation Provides the capability to instrument the execution steps of a GraphQL query.InstrumentationContext 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.InstrumentationState 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 executionSimplePerformantInstrumentation An implementation ofInstrumentation
that does nothing. -
Classes in graphql.execution.instrumentation used by graphql.execution.instrumentation.fieldvalidation Class Description Instrumentation Provides the capability to instrument the execution steps of a GraphQL query.InstrumentationContext 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.InstrumentationState 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 executionSimplePerformantInstrumentation An implementation ofInstrumentation
that does nothing. -
Classes in graphql.execution.instrumentation used by graphql.execution.instrumentation.parameters Class Description InstrumentationState 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 execution -
Classes in graphql.execution.instrumentation used by graphql.execution.instrumentation.threadpools Class Description Instrumentation Provides the capability to instrument the execution steps of a GraphQL query.InstrumentationState 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 executionSimplePerformantInstrumentation An implementation ofInstrumentation
that does nothing. -
Classes in graphql.execution.instrumentation used by graphql.execution.instrumentation.tracing Class Description Instrumentation Provides the capability to instrument the execution steps of a GraphQL query.InstrumentationContext 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.InstrumentationState 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 executionSimplePerformantInstrumentation An implementation ofInstrumentation
that does nothing.