summaryrefslogtreecommitdiff
path: root/src/Language/GraphQL/AST/Document.hs
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2020-01-28 11:08:28 +0100
committerEugen Wissner <belka@caraus.de>2020-01-28 11:08:28 +0100
commite8b82122c646ba159146c986cc8983d66f790142 (patch)
tree6563ee31014a1ff4f23905f1dc794302d2231872 /src/Language/GraphQL/AST/Document.hs
parenta6bd2370b6ba6f9eba6f0911ce9f8e8042a7f26b (diff)
downloadgraphql-e8b82122c646ba159146c986cc8983d66f790142.tar.gz
Try all extension parsers
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 9de16c0..8048cf0 100644
--- a/src/Language/GraphQL/AST/Document.hs
+++ b/src/Language/GraphQL/AST/Document.hs
@@ -267,7 +267,7 @@ data OperationTypeDefinition
data SchemaExtension
= SchemaOperationExtension [Directive] (NonEmpty OperationTypeDefinition)
- | SchemaDirectiveExtension (NonEmpty Directive)
+ | SchemaDirectivesExtension (NonEmpty Directive)
deriving (Eq, Show)
-- ** Descriptions