Class InstrumentationExecutionParameters
java.lang.Object
graphql.execution.instrumentation.parameters.InstrumentationExecutionParameters
- Direct Known Subclasses:
InstrumentationValidationParameters
Parameters sent to
Instrumentation
methods-
Constructor Summary
ConstructorsConstructorDescriptionInstrumentationExecutionParameters
(ExecutionInput executionInput, GraphQLSchema schema) -
Method Summary
-
Constructor Details
-
InstrumentationExecutionParameters
-
-
Method Details
-
getExecutionInput
-
getQuery
-
getOperation
-
getContext
Deprecated.usegetGraphQLContext()
instead- Type Parameters:
T
- for two- Returns:
- the legacy context
-
getGraphQLContext
-
getVariables
-
getSchema
-
getGraphQLContext()
instead