summaryrefslogtreecommitdiff
path: root/src/Language/GraphQL/AST
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2020-06-07 06:16:45 +0200
committerEugen Wissner <belka@caraus.de>2020-06-07 06:16:45 +0200
commit377c87045e468b9a34e7bee40129fcd03e519968 (patch)
tree2489f6fdf413c0869a7143fa7677a7077bc133fc /src/Language/GraphQL/AST
parent4c9264c12c15d52e40a245b21acaa70f76cc9ba4 (diff)
downloadgraphql-377c87045e468b9a34e7bee40129fcd03e519968.tar.gz
Add description to the enum type values
Diffstat (limited to 'src/Language/GraphQL/AST')
-rw-r--r--src/Language/GraphQL/AST/Core.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Language/GraphQL/AST/Core.hs b/src/Language/GraphQL/AST/Core.hs
index 59d43eb..0fe3e03 100644
--- a/src/Language/GraphQL/AST/Core.hs
+++ b/src/Language/GraphQL/AST/Core.hs
@@ -1,7 +1,6 @@
-- | This is the AST meant to be executed.
module Language.GraphQL.AST.Core
( Arguments(..)
- , Name
) where
import Data.HashMap.Strict (HashMap)