static ExecutableNormalizedOperation |
ExecutableNormalizedOperationFactory.createExecutableNormalizedOperation(GraphQLSchema graphQLSchema,
Document document,
java.lang.String operationName,
CoercedVariables coercedVariableValues) |
This will create a runtime representation of the graphql operation that would be executed
in a runtime sense.
|
static ExecutableNormalizedOperation |
ExecutableNormalizedOperationFactory.createExecutableNormalizedOperation(GraphQLSchema graphQLSchema,
OperationDefinition operationDefinition,
java.util.Map<java.lang.String,FragmentDefinition> fragments,
CoercedVariables coercedVariableValues) |
This will create a runtime representation of the graphql operation that would be executed
in a runtime sense.
|
private ExecutableNormalizedOperation |
ExecutableNormalizedOperationFactory.createExecutableNormalizedOperationImplWithRawVariables(GraphQLSchema graphQLSchema,
OperationDefinition operationDefinition,
java.util.Map<java.lang.String,FragmentDefinition> fragments,
RawVariables rawVariables,
ExecutableNormalizedOperationFactory.Options options) |
|
static ExecutableNormalizedOperation |
ExecutableNormalizedOperationFactory.createExecutableNormalizedOperationWithRawVariables(GraphQLSchema graphQLSchema,
Document document,
java.lang.String operationName,
RawVariables rawVariables) |
This will create a runtime representation of the graphql operation that would be executed
in a runtime sense.
|
static ExecutableNormalizedOperation |
ExecutableNormalizedOperationFactory.createExecutableNormalizedOperationWithRawVariables(GraphQLSchema graphQLSchema,
Document document,
java.lang.String operationName,
RawVariables rawVariables,
GraphQLContext graphQLContext,
java.util.Locale locale) |
This will create a runtime representation of the graphql operation that would be executed
in a runtime sense.
|
static ExecutableNormalizedOperation |
ExecutableNormalizedOperationFactory.createExecutableNormalizedOperationWithRawVariables(GraphQLSchema graphQLSchema,
Document document,
java.lang.String operationName,
RawVariables rawVariables,
ExecutableNormalizedOperationFactory.Options options) |
This will create a runtime representation of the graphql operation that would be executed
in a runtime sense.
|
private ExecutableNormalizedOperation |
ExecutableNormalizedOperationFactory.createNormalizedQueryImpl(GraphQLSchema graphQLSchema,
OperationDefinition operationDefinition,
java.util.Map<java.lang.String,FragmentDefinition> fragments,
CoercedVariables coercedVariableValues,
@Nullable java.util.Map<java.lang.String,NormalizedInputValue> normalizedVariableValues,
ExecutableNormalizedOperationFactory.Options options) |
Creates a new ExecutableNormalizedOperation for the provided query
|