diff options
| author | Eugen Wissner <belka@caraus.de> | 2020-07-02 07:33:03 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2020-07-02 07:33:03 +0200 |
| commit | 2f4310268a12e46911e3c3e9c2044ad1e46ae9f6 (patch) | |
| tree | bfb73fab1b2689fd1ee0c58554ee9a851c5a64de /tests/Test/StarWars/Data.hs | |
| parent | 8b164c4844da128dc5119febc3defb1ebdf2cc3a (diff) | |
| download | graphql-2f4310268a12e46911e3c3e9c2044ad1e46ae9f6.tar.gz | |
Merge Trans and Type.Out modules
Diffstat (limited to 'tests/Test/StarWars/Data.hs')
| -rw-r--r-- | tests/Test/StarWars/Data.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Test/StarWars/Data.hs b/tests/Test/StarWars/Data.hs index d0806f9..dacd0cd 100644 --- a/tests/Test/StarWars/Data.hs +++ b/tests/Test/StarWars/Data.hs @@ -21,7 +21,7 @@ import Control.Applicative (Alternative(..), liftA2) import Control.Monad.Trans.Except (throwE) import Data.Maybe (catMaybes) import Data.Text (Text) -import Language.GraphQL.Trans +import Language.GraphQL.Type -- * Data -- See https://github.com/graphql/graphql-js/blob/master/src/__tests__/starWarsData.js |
