Uses of Class
graphql.schema.idl.SchemaGenerator.Options
-
Packages that use SchemaGenerator.Options Package Description graphql.schema.idl -
-
Uses of SchemaGenerator.Options in graphql.schema.idl
Fields in graphql.schema.idl declared as SchemaGenerator.Options Modifier and Type Field Description SchemaGenerator.OptionsSchemaGeneratorHelper.BuildContext. optionsMethods in graphql.schema.idl that return SchemaGenerator.Options Modifier and Type Method Description SchemaGenerator.OptionsSchemaGenerator.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.OptionsSchemaGenerator.Options. useAppliedDirectivesOnly(boolean useAppliedDirectivesOnly)The classGraphQLDirectiveshould really represent the definition of a directive, and not its use on schema elements.SchemaGenerator.OptionsSchemaGenerator.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.Options Modifier and Type Method Description GraphQLSchemaSchemaGenerator. 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, java.util.Map<java.lang.String,OperationTypeDefinition> operationTypeDefinitions, SchemaGenerator.Options options)Constructors in graphql.schema.idl with parameters of type SchemaGenerator.Options Constructor Description BuildContext(TypeDefinitionRegistry typeRegistry, RuntimeWiring wiring, java.util.Map<java.lang.String,OperationTypeDefinition> operationTypeDefinitions, SchemaGenerator.Options options)
-