Uses of Class
graphql.language.SchemaDefinition
-
Packages that use SchemaDefinition Package Description graphql.language graphql.parser graphql.schema graphql.schema.diff graphql.schema.idl graphql.schema.idl.errors -
-
Uses of SchemaDefinition in graphql.language
Subclasses of SchemaDefinition in graphql.language Modifier and Type Class Description class
SchemaExtensionDefinition
Methods in graphql.language that return SchemaDefinition Modifier and Type Method Description SchemaDefinition
SchemaDefinition.Builder. build()
SchemaDefinition
SchemaDefinition. deepCopy()
SchemaDefinition
SchemaDefinition. transform(java.util.function.Consumer<SchemaDefinition.Builder> builderConsumer)
SchemaDefinition
SchemaDefinition. withNewChildren(NodeChildrenContainer newChildren)
Methods in graphql.language that return types with arguments of type SchemaDefinition Modifier and Type Method Description private AstPrinter.NodePrinter<SchemaDefinition>
AstPrinter. schemaDefinition()
Methods in graphql.language with parameters of type SchemaDefinition Modifier and Type Method Description TraversalControl
NodeVisitor. visitSchemaDefinition(SchemaDefinition node, TraverserContext<Node> data)
TraversalControl
NodeVisitorStub. visitSchemaDefinition(SchemaDefinition node, TraverserContext<Node> context)
Constructors in graphql.language with parameters of type SchemaDefinition Constructor Description Builder(SchemaDefinition existing)
Builder(SchemaDefinition existing)
-
Uses of SchemaDefinition in graphql.parser
Methods in graphql.parser that return SchemaDefinition Modifier and Type Method Description protected SchemaDefinition
GraphqlAntlrToLanguage. createSchemaDefinition(GraphqlParser.SchemaDefinitionContext ctx)
-
Uses of SchemaDefinition in graphql.schema
Fields in graphql.schema declared as SchemaDefinition Modifier and Type Field Description private SchemaDefinition
GraphQLSchema.Builder. definition
private SchemaDefinition
GraphQLSchema. definition
Methods in graphql.schema that return SchemaDefinition Modifier and Type Method Description @Nullable SchemaDefinition
GraphQLSchema. getDefinition()
Methods in graphql.schema with parameters of type SchemaDefinition Modifier and Type Method Description GraphQLSchema.Builder
GraphQLSchema.Builder. definition(SchemaDefinition definition)
-
Uses of SchemaDefinition in graphql.schema.diff
Methods in graphql.schema.diff that return types with arguments of type SchemaDefinition Modifier and Type Method Description private java.util.Optional<SchemaDefinition>
SchemaDiff. getSchemaDef(Document document)
Methods in graphql.schema.diff with parameters of type SchemaDefinition Modifier and Type Method Description private java.util.Optional<OperationTypeDefinition>
SchemaDiff. getOpDef(java.lang.String opName, SchemaDefinition schemaDef)
Method parameters in graphql.schema.diff with type arguments of type SchemaDefinition Modifier and Type Method Description private void
SchemaDiff. checkOperation(DiffCtx ctx, java.lang.String opName, java.util.Optional<SchemaDefinition> oldSchemaDef, java.util.Optional<SchemaDefinition> newSchemaDef)
-
Uses of SchemaDefinition in graphql.schema.idl
Fields in graphql.schema.idl declared as SchemaDefinition Modifier and Type Field Description private SchemaDefinition
TypeDefinitionRegistry. schema
Methods in graphql.schema.idl that return types with arguments of type SchemaDefinition Modifier and Type Method Description java.util.Optional<SchemaDefinition>
TypeDefinitionRegistry. schemaDefinition()
Methods in graphql.schema.idl with parameters of type SchemaDefinition Modifier and Type Method Description (package private) static java.util.Map<java.lang.String,OperationTypeDefinition>
SchemaExtensionsChecker. gatherOperationDefs(java.util.List<GraphQLError> errors, SchemaDefinition schema, java.util.List<SchemaExtensionDefinition> schemaExtensionDefinitions)
-
Uses of SchemaDefinition in graphql.schema.idl.errors
Constructors in graphql.schema.idl.errors with parameters of type SchemaDefinition Constructor Description SchemaRedefinitionError(SchemaDefinition oldEntry, SchemaDefinition newEntry)
-