Uses of Class
graphql.normalized.ExecutableNormalizedOperationFactory.Options
Packages that use ExecutableNormalizedOperationFactory.Options
-
Uses of ExecutableNormalizedOperationFactory.Options in graphql.normalized
Methods in graphql.normalized that return ExecutableNormalizedOperationFactory.OptionsModifier and TypeMethodDescriptionExecutableNormalizedOperationFactory.Options.defaultOptions()
ExecutableNormalizedOperationFactory.Options.graphQLContext
(GraphQLContext graphQLContext) Context object to use when parsing the operation.Locale to use when parsing the query.ExecutableNormalizedOperationFactory.Options.maxChildrenDepth
(int maxChildrenDepth) Controls the maximum depth of the operation.Methods in graphql.normalized with parameters of type ExecutableNormalizedOperationFactory.OptionsModifier and TypeMethodDescriptionprivate ExecutableNormalizedOperation
ExecutableNormalizedOperationFactory.createExecutableNormalizedOperationImplWithRawVariables
(GraphQLSchema graphQLSchema, OperationDefinition operationDefinition, Map<String, FragmentDefinition> fragments, RawVariables rawVariables, ExecutableNormalizedOperationFactory.Options options) ExecutableNormalizedOperationFactory.createExecutableNormalizedOperationWithRawVariables
(GraphQLSchema graphQLSchema, Document document, 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, Map<String, FragmentDefinition> fragments, CoercedVariables coercedVariableValues, @Nullable Map<String, NormalizedInputValue> normalizedVariableValues, ExecutableNormalizedOperationFactory.Options options) Creates a new ExecutableNormalizedOperation for the provided query