Uses of Class
graphql.schema.GraphQLSchema.BuilderWithoutTypes
-
Packages that use GraphQLSchema.BuilderWithoutTypes Package Description graphql.schema -
-
Uses of GraphQLSchema.BuilderWithoutTypes in graphql.schema
Methods in graphql.schema that return GraphQLSchema.BuilderWithoutTypes Modifier and Type Method Description GraphQLSchema.BuilderWithoutTypes
GraphQLSchema.BuilderWithoutTypes. codeRegistry(GraphQLCodeRegistry codeRegistry)
GraphQLSchema.BuilderWithoutTypes
GraphQLSchema.BuilderWithoutTypes. codeRegistry(GraphQLCodeRegistry.Builder codeRegistryBuilder)
GraphQLSchema.BuilderWithoutTypes
GraphQLSchema.BuilderWithoutTypes. description(java.lang.String description)
Method parameters in graphql.schema with type arguments of type GraphQLSchema.BuilderWithoutTypes Modifier and Type Method Description GraphQLSchema
GraphQLSchema. transformWithoutTypes(java.util.function.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 Constructor Description GraphQLSchema(GraphQLSchema.BuilderWithoutTypes builder)
-