summaryrefslogtreecommitdiff
path: root/tests/Test/StarWars/Schema.hs
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2020-07-02 07:33:03 +0200
committerEugen Wissner <belka@caraus.de>2020-07-02 07:33:03 +0200
commit2f4310268a12e46911e3c3e9c2044ad1e46ae9f6 (patch)
treebfb73fab1b2689fd1ee0c58554ee9a851c5a64de /tests/Test/StarWars/Schema.hs
parent8b164c4844da128dc5119febc3defb1ebdf2cc3a (diff)
downloadgraphql-2f4310268a12e46911e3c3e9c2044ad1e46ae9f6.tar.gz
Merge Trans and Type.Out modules
Diffstat (limited to 'tests/Test/StarWars/Schema.hs')
-rw-r--r--tests/Test/StarWars/Schema.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Test/StarWars/Schema.hs b/tests/Test/StarWars/Schema.hs
index 0b5971b..cf18eca 100644
--- a/tests/Test/StarWars/Schema.hs
+++ b/tests/Test/StarWars/Schema.hs
@@ -11,7 +11,6 @@ import Data.Functor.Identity (Identity)
import qualified Data.HashMap.Strict as HashMap
import Data.Maybe (catMaybes)
import Data.Text (Text)
-import Language.GraphQL.Trans
import Language.GraphQL.Type
import qualified Language.GraphQL.Type.In as In
import qualified Language.GraphQL.Type.Out as Out