Definition
sangria.ast.Definition
sealed trait Definition extends AstNode
A definition in a GraphQL document.
A GraphQL document consists primarily of definitions, which are either executable or representative of a GraphQL type system. The executable definitions are operation and fragment definitions; those that represent a type system fall into definition or extension categories.
Attributes
- See also
- Graph
-
- Supertypes
- Known subtypes
-
class FragmentDefinitionclass OperationDefinitiontrait TypeSystemDefinitionclass DirectiveDefinitionclass SchemaDefinitiontrait TypeDefinitionclass EnumTypeDefinitionclass InterfaceTypeDefinitionclass ObjectTypeDefinitionclass ScalarTypeDefinitionclass UnionTypeDefinitiontrait TypeExtensionDefinition
Members list
In this article