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.Options
SchemaGeneratorHelper.BuildContext.options
Methods 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.Options
SchemaGenerator.Options.defaultOptions()
SchemaGenerator.Options.useAppliedDirectivesOnly
(boolean useAppliedDirectivesOnly) The classGraphQLDirective
should 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 aTypeDefinitionRegistry
and aRuntimeWiring
and put them together to create a executable schema controlled by the provided options.private GraphQLSchema
SchemaGenerator.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)