Uses of Class
graphql.schema.idl.SchemaGenerator.Options
Packages that use SchemaGenerator.Options
-
Uses of SchemaGenerator.Options in graphql.schema.idl
Fields in graphql.schema.idl declared as SchemaGenerator.OptionsModifier and TypeFieldDescriptionfinal SchemaGenerator.OptionsSchemaGeneratorHelper.BuildContext.optionsMethods in graphql.schema.idl that return SchemaGenerator.OptionsModifier and TypeMethodDescriptionSchemaGenerator.Options.captureAstDefinitions(boolean captureAstDefinitions) Memory can be saved if the original AST definitions are not associated with the built runtime types.static SchemaGenerator.OptionsSchemaGenerator.Options.defaultOptions()SchemaGenerator.Options.useAppliedDirectivesOnly(boolean useAppliedDirectivesOnly) The classGraphQLDirectiveshould really represent the definition of a directive, and not its use on schema elements.SchemaGenerator.Options.useCommentsAsDescriptions(boolean useCommentsAsDescription) This controls whether # comments can be used as descriptions in the built schema.Methods in graphql.schema.idl with parameters of type SchemaGenerator.OptionsModifier and TypeMethodDescriptionSchemaGenerator.makeExecutableSchema(SchemaGenerator.Options options, TypeDefinitionRegistry typeRegistry, RuntimeWiring wiring) This will take aTypeDefinitionRegistryand aRuntimeWiringand put them together to create a executable schema controlled by the provided options.private GraphQLSchemaSchemaGenerator.makeExecutableSchemaImpl(TypeDefinitionRegistry typeRegistry, RuntimeWiring wiring, Map<String, OperationTypeDefinition> operationTypeDefinitions, SchemaGenerator.Options options) Constructors in graphql.schema.idl with parameters of type SchemaGenerator.OptionsModifierConstructorDescription(package private)BuildContext(TypeDefinitionRegistry typeRegistry, RuntimeWiring wiring, Map<String, OperationTypeDefinition> operationTypeDefinitions, SchemaGenerator.Options options)