@PublicApi public interface GraphQLNamedSchemaElement extends GraphQLSchemaElement
Modifier and Type | Method and Description |
---|---|
Node |
getDefinition()
The AST
Node this schema element is based on. |
java.lang.String |
getDescription() |
java.lang.String |
getName() |
accept, copy, equals, getChildren, getChildrenWithTypeReferences, hashCode, withNewChildren
java.lang.String getName()
java.lang.String getDescription()
Node getDefinition()
Node
this schema element is based on. Is null if the GraphQLSchema
is not based on a SDL document.
Some elements also have additional extension Nodes. See for example GraphQLObjectType.getExtensionDefinitions()