summaryrefslogtreecommitdiff
path: root/src/Language/GraphQL/AST/Document.hs
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2020-01-15 20:20:50 +0100
committerEugen Wissner <belka@caraus.de>2020-01-15 20:20:50 +0100
commitba710a3c968f954d69d3412d91b06debb4fc5a6d (patch)
tree1a3ae6270925ab10e8cfe948224a6afc9e75e19f /src/Language/GraphQL/AST/Document.hs
parentd257d05d4e40dc8ca6fa45760c594a880ffcc2ec (diff)
downloadgraphql-ba710a3c968f954d69d3412d91b06debb4fc5a6d.tar.gz
Parse complete TypeSystemDefinition
Diffstat (limited to 'src/Language/GraphQL/AST/Document.hs')
-rw-r--r--src/Language/GraphQL/AST/Document.hs2
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