summaryrefslogtreecommitdiff
path: root/src/Language/GraphQL/AST/Document.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Language/GraphQL/AST/Document.hs')
-rw-r--r--src/Language/GraphQL/AST/Document.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Language/GraphQL/AST/Document.hs b/src/Language/GraphQL/AST/Document.hs
index 9348a45..e3fe78c 100644
--- a/src/Language/GraphQL/AST/Document.hs
+++ b/src/Language/GraphQL/AST/Document.hs
@@ -8,7 +8,7 @@ module Language.GraphQL.AST.Document
( Alias
, Argument(..)
, ArgumentsDefinition(..)
- , Definition(ExecutableDefinition, TypeSystemDefinition)
+ , Definition(..)
, Description(..)
, Directive(..)
, Document
@@ -26,6 +26,7 @@ module Language.GraphQL.AST.Document
, OperationType(..)
, OperationTypeDefinition(..)
, OperationTypeDefinitions
+ , SchemaExtension(..)
, Selection(..)
, SelectionSet
, SelectionSetOpt
@@ -34,6 +35,7 @@ module Language.GraphQL.AST.Document
, TypeDefinition(..)
, TypeExtension(..)
, TypeSystemDefinition(..)
+ , TypeSystemExtension(..)
, UnionMemberTypes(..)
, Value(..)
, VariableDefinition(..)