diff options
Diffstat (limited to 'src/Language/GraphQL/AST/Document.hs')
| -rw-r--r-- | src/Language/GraphQL/AST/Document.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Language/GraphQL/AST/Document.hs b/src/Language/GraphQL/AST/Document.hs index 9b156b2..9348a45 100644 --- a/src/Language/GraphQL/AST/Document.hs +++ b/src/Language/GraphQL/AST/Document.hs @@ -248,7 +248,7 @@ data TypeSystemDefinition = SchemaDefinition [Directive] OperationTypeDefinitions | TypeDefinition TypeDefinition | DirectiveDefinition - Description Name ArgumentsDefinition DirectiveLocation + Description Name ArgumentsDefinition (NonEmpty DirectiveLocation) deriving (Eq, Show) -- ** Type System Extensions |
