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 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 |
