graphql/Data/GraphQL
Danny Navarro a088c81944 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.
2016-02-12 12:51:18 +01:00
..
AST.hs Garden 2016-01-26 13:38:02 +01:00
Encoder.hs Rename Data.GraphQL.Printer -> Data.GraphQL.Encoder 2015-09-22 14:23:18 +02:00
Execute.hs Handle Field arguments in Schema definition 2016-02-12 12:51:18 +01:00
Parser.hs Fixes for ghc-7.8 2015-09-22 14:02:49 +02:00
Schema.hs Handle Field arguments in Schema definition 2016-02-12 12:51:18 +01:00