Package | Description |
---|---|
graphql.language | |
graphql.parser | |
graphql.schema.idl | |
graphql.schema.idl.errors |
Modifier and Type | Method and Description |
---|---|
SchemaDefinition |
SchemaDefinition.Builder.build() |
SchemaDefinition |
SchemaDefinition.deepCopy() |
SchemaDefinition |
SchemaDefinition.transform(Consumer<SchemaDefinition.Builder> builderConsumer) |
SchemaDefinition |
SchemaDefinition.withNewChildren(NodeChildrenContainer newChildren) |
Modifier and Type | Method and Description |
---|---|
TraversalControl |
NodeVisitorStub.visitSchemaDefinition(SchemaDefinition node,
TraverserContext<Node> context) |
TraversalControl |
NodeVisitor.visitSchemaDefinition(SchemaDefinition node,
TraverserContext<Node> data) |
Modifier and Type | Method and Description |
---|---|
protected SchemaDefinition |
GraphqlAntlrToLanguage.createSchemaDefinition(GraphqlParser.SchemaDefinitionContext ctx) |
Modifier and Type | Method and Description |
---|---|
Optional<SchemaDefinition> |
TypeDefinitionRegistry.schemaDefinition() |
Constructor and Description |
---|
SchemaRedefinitionError(SchemaDefinition oldEntry,
SchemaDefinition newEntry) |
Copyright © 2019. All rights reserved.