diff options
| author | Eugen Wissner <belka@caraus.de> | 2020-01-17 12:22:29 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2020-01-17 12:29:06 +0100 |
| commit | 3ef27f9d112fcd035a8d351b6e246768355854ae (patch) | |
| tree | 7def84ea1bd1a64696c1daf7c3590d5e49c76eb9 /src/Language/GraphQL/AST/Document.hs | |
| parent | ba710a3c968f954d69d3412d91b06debb4fc5a6d (diff) | |
| download | graphql-3ef27f9d112fcd035a8d351b6e246768355854ae.tar.gz | |
Add "extend symbol" lexer to parse extensions
Diffstat (limited to 'src/Language/GraphQL/AST/Document.hs')
| -rw-r--r-- | src/Language/GraphQL/AST/Document.hs | 4 |
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(..) |
