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 that return types with arguments of type SchemaDefinitionModifier and TypeMethodDescriptionprivate AstPrinter.NodePrinter
<SchemaDefinition> AstPrinter.schemaDefinition()
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 SchemaDefinitionModifierConstructorDescriptionprotected
Builder
(SchemaDefinition existing) protected
Builder
(SchemaDefinition existing) -
Uses of SchemaDefinition in graphql.parser
Methods in graphql.parser that return SchemaDefinitionModifier and TypeMethodDescriptionprotected SchemaDefinition
GraphqlAntlrToLanguage.createSchemaDefinition
(GraphqlParser.SchemaDefinitionContext ctx) -
Uses of SchemaDefinition in graphql.schema
Fields in graphql.schema declared as SchemaDefinitionModifier and TypeFieldDescriptionprivate SchemaDefinition
GraphQLSchema.Builder.definition
private final SchemaDefinition
GraphQLSchema.definition
Methods in graphql.schema that return SchemaDefinitionMethods in graphql.schema with parameters of type SchemaDefinition -
Uses of SchemaDefinition in graphql.schema.diff
Methods in graphql.schema.diff that return types with arguments of type SchemaDefinitionModifier and TypeMethodDescriptionprivate Optional
<SchemaDefinition> SchemaDiff.getSchemaDef
(Document document) Methods in graphql.schema.diff with parameters of type SchemaDefinitionModifier and TypeMethodDescriptionprivate Optional
<OperationTypeDefinition> SchemaDiff.getOpDef
(String opName, SchemaDefinition schemaDef) Method parameters in graphql.schema.diff with type arguments of type SchemaDefinitionModifier and TypeMethodDescriptionprivate void
SchemaDiff.checkOperation
(DiffCtx ctx, String opName, Optional<SchemaDefinition> oldSchemaDef, Optional<SchemaDefinition> newSchemaDef) -
Uses of SchemaDefinition in graphql.schema.idl
Fields in graphql.schema.idl declared as SchemaDefinitionMethods in graphql.schema.idl that return types with arguments of type SchemaDefinitionMethods in graphql.schema.idl with parameters of type SchemaDefinitionModifier and TypeMethodDescription(package private) static Map
<String, OperationTypeDefinition> SchemaExtensionsChecker.gatherOperationDefs
(List<GraphQLError> errors, SchemaDefinition schema, List<SchemaExtensionDefinition> schemaExtensionDefinitions) -
Uses of SchemaDefinition in graphql.schema.idl.errors
Constructors in graphql.schema.idl.errors with parameters of type SchemaDefinitionModifierConstructorDescriptionSchemaRedefinitionError
(SchemaDefinition oldEntry, SchemaDefinition newEntry)