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 TypeMethodDescriptionExecutableNormalizedOperationFactory.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.