Uses of Class
graphql.schema.GraphQLSchema.BuilderWithoutTypes
Packages that use GraphQLSchema.BuilderWithoutTypes
-
Uses of GraphQLSchema.BuilderWithoutTypes in graphql.schema
Methods in graphql.schema that return GraphQLSchema.BuilderWithoutTypesModifier and TypeMethodDescriptionGraphQLSchema.BuilderWithoutTypes.codeRegistry
(GraphQLCodeRegistry codeRegistry) GraphQLSchema.BuilderWithoutTypes.codeRegistry
(GraphQLCodeRegistry.Builder codeRegistryBuilder) GraphQLSchema.BuilderWithoutTypes.description
(String description) Method parameters in graphql.schema with type arguments of type GraphQLSchema.BuilderWithoutTypesModifier and TypeMethodDescriptionGraphQLSchema.transformWithoutTypes
(Consumer<GraphQLSchema.BuilderWithoutTypes> builderConsumer) This helps you transform the current GraphQLSchema object into another one by using a builder that only allows you to change simple values and does not involve changing the complex schema type graph.Constructors in graphql.schema with parameters of type GraphQLSchema.BuilderWithoutTypes