@PublicApi public class InstrumentationCreateStateParameters extends java.lang.Object
Instrumentation methods| Constructor and Description |
|---|
InstrumentationCreateStateParameters(GraphQLSchema schema,
ExecutionInput executionInput) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionInput |
getExecutionInput() |
GraphQLSchema |
getSchema() |
public InstrumentationCreateStateParameters(GraphQLSchema schema, ExecutionInput executionInput)
public GraphQLSchema getSchema()
public ExecutionInput getExecutionInput()