diff options
| author | Eugen Wissner <belka@caraus.de> | 2020-01-28 11:08:28 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2020-01-28 11:08:28 +0100 |
| commit | e8b82122c646ba159146c986cc8983d66f790142 (patch) | |
| tree | 6563ee31014a1ff4f23905f1dc794302d2231872 /src/Language/GraphQL/AST/Document.hs | |
| parent | a6bd2370b6ba6f9eba6f0911ce9f8e8042a7f26b (diff) | |
| download | graphql-e8b82122c646ba159146c986cc8983d66f790142.tar.gz | |
Try all extension parsers
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 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 |
