Package graphql.language
Interface SDLDefinition<T extends SDLDefinition>
- Type Parameters:
T- the actual Node type
- All Superinterfaces:
Definition<T>,Node<T>,Serializable
- All Known Subinterfaces:
ImplementingTypeDefinition<T>,SDLNamedDefinition<T>,TypeDefinition<T>
- All Known Implementing Classes:
DirectiveDefinition,EnumTypeDefinition,EnumTypeExtensionDefinition,InputObjectTypeDefinition,InputObjectTypeExtensionDefinition,InterfaceTypeDefinition,InterfaceTypeExtensionDefinition,ObjectTypeDefinition,ObjectTypeExtensionDefinition,ScalarTypeDefinition,ScalarTypeExtensionDefinition,SchemaDefinition,SchemaExtensionDefinition,UnionTypeDefinition,UnionTypeExtensionDefinition
An interface for Schema Definition Language (SDL) definitions.
-
Method Summary
Methods inherited from interface graphql.language.Node
accept, deepCopy, getAdditionalData, getChildren, getComments, getIgnoredChars, getNamedChildren, getSourceLocation, isEqualTo, withNewChildren