Class InstrumentationCreateStateParameters
- java.lang.Object
-
- graphql.execution.instrumentation.parameters.InstrumentationCreateStateParameters
-
@PublicApi public class InstrumentationCreateStateParameters extends java.lang.Object
Parameters sent toInstrumentation
methods
-
-
Constructor Summary
Constructors Constructor Description InstrumentationCreateStateParameters(GraphQLSchema schema, ExecutionInput executionInput)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutionInput
getExecutionInput()
GraphQLSchema
getSchema()
-
-
-
Constructor Detail
-
InstrumentationCreateStateParameters
public InstrumentationCreateStateParameters(GraphQLSchema schema, ExecutionInput executionInput)
-
-
Method Detail
-
getSchema
public GraphQLSchema getSchema()
-
getExecutionInput
public ExecutionInput getExecutionInput()
-
-