From a088c819442800cf9cf4a2e95d5cb4bc16584029 Mon Sep 17 00:00:00 2001 From: Danny Navarro Date: Thu, 11 Feb 2016 14:24:31 +0100 Subject: 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. --- graphql.cabal | 1 + 1 file changed, 1 insertion(+) (limited to 'graphql.cabal') 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 -- cgit v1.2.3