public class InstrumentationValidationParameters extends InstrumentationExecutionParameters
Instrumentation
methodsConstructor and Description |
---|
InstrumentationValidationParameters(ExecutionInput executionInput,
Document document,
GraphQLSchema schema,
InstrumentationState instrumentationState) |
Modifier and Type | Method and Description |
---|---|
Document |
getDocument() |
InstrumentationValidationParameters |
withNewState(InstrumentationState instrumentationState)
Returns a cloned parameters object with the new state
|
getContext, getExecutionInput, getInstrumentationState, getOperation, getQuery, getSchema, getVariables
public InstrumentationValidationParameters(ExecutionInput executionInput, Document document, GraphQLSchema schema, InstrumentationState instrumentationState)
public InstrumentationValidationParameters withNewState(InstrumentationState instrumentationState)
withNewState
in class InstrumentationExecutionParameters
instrumentationState
- the new state for this parameters objectpublic Document getDocument()