Uses of Class
graphql.normalized.ExecutableNormalizedOperationFactory.Options
-
Packages that use ExecutableNormalizedOperationFactory.Options Package Description graphql.normalized -
-
Uses of ExecutableNormalizedOperationFactory.Options in graphql.normalized
Methods in graphql.normalized that return ExecutableNormalizedOperationFactory.Options Modifier and Type Method Description static ExecutableNormalizedOperationFactory.Options
ExecutableNormalizedOperationFactory.Options. defaultOptions()
ExecutableNormalizedOperationFactory.Options
ExecutableNormalizedOperationFactory.Options. graphQLContext(GraphQLContext graphQLContext)
Context object to use when parsing the operation.ExecutableNormalizedOperationFactory.Options
ExecutableNormalizedOperationFactory.Options. locale(java.util.Locale locale)
Locale to use when parsing the query.ExecutableNormalizedOperationFactory.Options
ExecutableNormalizedOperationFactory.Options. maxChildrenDepth(int maxChildrenDepth)
Controls the maximum depth of the operation.Methods in graphql.normalized with parameters of type ExecutableNormalizedOperationFactory.Options Modifier and Type Method Description 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, 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
-