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.OptionsExecutableNormalizedOperationFactory.Options. defaultOptions()ExecutableNormalizedOperationFactory.OptionsExecutableNormalizedOperationFactory.Options. graphQLContext(GraphQLContext graphQLContext)Context object to use when parsing the operation.ExecutableNormalizedOperationFactory.OptionsExecutableNormalizedOperationFactory.Options. locale(java.util.Locale locale)Locale to use when parsing the query.ExecutableNormalizedOperationFactory.OptionsExecutableNormalizedOperationFactory.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 ExecutableNormalizedOperationExecutableNormalizedOperationFactory. createExecutableNormalizedOperationImplWithRawVariables(GraphQLSchema graphQLSchema, OperationDefinition operationDefinition, java.util.Map<java.lang.String,FragmentDefinition> fragments, RawVariables rawVariables, ExecutableNormalizedOperationFactory.Options options)static ExecutableNormalizedOperationExecutableNormalizedOperationFactory. 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 ExecutableNormalizedOperationExecutableNormalizedOperationFactory. 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
-