Make all exports explicit

This commit is contained in:
2019-07-14 05:58:05 +02:00
parent eb40810f25
commit f3b8d9b74c
14 changed files with 116 additions and 43 deletions

View File

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