@PublicApi public class InstrumentationValidationParameters extends InstrumentationExecutionParameters
Instrumentation methods| Constructor and Description |
|---|
InstrumentationValidationParameters(ExecutionInput executionInput,
Document document,
GraphQLSchema schema,
InstrumentationState instrumentationState) |
| Modifier and Type | Method and Description |
|---|---|
Document |
getDocument() |
InstrumentationValidationParameters |
withNewState(InstrumentationState instrumentationState)
Deprecated.
state is now passed in direct to instrumentation methods
|
getContext, getExecutionInput, getGraphQLContext, getInstrumentationState, getOperation, getQuery, getSchema, getVariablespublic InstrumentationValidationParameters(ExecutionInput executionInput, Document document, GraphQLSchema schema, InstrumentationState instrumentationState)
@Deprecated public InstrumentationValidationParameters withNewState(InstrumentationState instrumentationState)
withNewState in class InstrumentationExecutionParametersinstrumentationState - the new state for this parameters objectpublic Document getDocument()