Uses of Class
graphql.language.SchemaDefinition
Packages that use SchemaDefinition
Package
Description
-
Uses of SchemaDefinition in graphql.language
Subclasses of SchemaDefinition in graphql.languageMethods in graphql.language that return SchemaDefinitionModifier and TypeMethodDescriptionSchemaDefinition.Builder.build()SchemaDefinition.deepCopy()SchemaDefinition.transform(Consumer<SchemaDefinition.Builder> builderConsumer) SchemaDefinition.withNewChildren(NodeChildrenContainer newChildren) Methods in graphql.language with parameters of type SchemaDefinitionModifier and TypeMethodDescriptionNodeVisitor.visitSchemaDefinition(SchemaDefinition node, TraverserContext<Node> data) NodeVisitorStub.visitSchemaDefinition(SchemaDefinition node, TraverserContext<Node> context) Constructors in graphql.language with parameters of type SchemaDefinitionModifierConstructorDescriptionprotectedBuilder(SchemaDefinition existing) protectedBuilder(SchemaDefinition existing) -
Uses of SchemaDefinition in graphql.parser
Methods in graphql.parser that return SchemaDefinitionModifier and TypeMethodDescriptionprotected SchemaDefinitionGraphqlAntlrToLanguage.createSchemaDefinition(GraphqlParser.SchemaDefinitionContext ctx) -
Uses of SchemaDefinition in graphql.schema
Methods in graphql.schema that return SchemaDefinitionMethods in graphql.schema with parameters of type SchemaDefinition -
Uses of SchemaDefinition in graphql.schema.idl
Methods in graphql.schema.idl that return types with arguments of type SchemaDefinition -
Uses of SchemaDefinition in graphql.schema.idl.errors
Constructors in graphql.schema.idl.errors with parameters of type SchemaDefinitionModifierConstructorDescriptionSchemaRedefinitionError(SchemaDefinition oldEntry, SchemaDefinition newEntry)