diff options
| author | Danny Navarro <j@dannynavarro.net> | 2016-02-11 14:24:31 +0100 |
|---|---|---|
| committer | Danny Navarro <j@dannynavarro.net> | 2016-02-12 12:51:18 +0100 |
| commit | a088c819442800cf9cf4a2e95d5cb4bc16584029 (patch) | |
| tree | cb1eda5b7a81e9fd146dc067c2d7b62ed55e8aa2 /graphql.cabal | |
| parent | 70fbaf359ec5b3a88573fdbc5bd90c402a3ebce0 (diff) | |
| download | graphql-a088c819442800cf9cf4a2e95d5cb4bc16584029.tar.gz | |
Handle Field arguments in Schema definition
The `Schema` has been overhauled to make `Output` monomorphic.
Traversing the `GraphQL` document is handled implicitly while defining
the `Schema`.
The 4th end-to-end test from `graphql-js` has been ported.
Diffstat (limited to 'graphql.cabal')
| -rw-r--r-- | graphql.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphql.cabal b/graphql.cabal index d270b0b..ea1d152 100644 --- a/graphql.cabal +++ b/graphql.cabal @@ -49,6 +49,7 @@ test-suite tasty raw-strings-qq >= 1.1, tasty >= 0.10, tasty-hunit >= 0.9, + unordered-containers >= 0.2.5.0, graphql source-repository head |
