summaryrefslogtreecommitdiff
path: root/src/Language/GraphQL/Execute.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Language/GraphQL/Execute.hs')
-rw-r--r--src/Language/GraphQL/Execute.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Language/GraphQL/Execute.hs b/src/Language/GraphQL/Execute.hs
index 7416167..2a1ff97 100644
--- a/src/Language/GraphQL/Execute.hs
+++ b/src/Language/GraphQL/Execute.hs
@@ -2,7 +2,9 @@
-- | This module provides the function to execute a @GraphQL@ request --
-- according to a 'Schema'.
-module Language.GraphQL.Execute (execute) where
+module Language.GraphQL.Execute
+ ( execute
+ ) where
import Control.Monad.IO.Class (MonadIO)
import qualified Data.List.NonEmpty as NE