graphql/Data/GraphQL
Danny Navarro 5390c4ca1e
Split AST in 2
One AST is meant to be a target parser and tries to adhere as much as possible
to the spec. The other is a simplified version of that AST meant for execution.

Also newtypes have been replaced by type synonyms and NonEmpty lists are being
used where it makes sense.
2017-01-28 14:15:14 -03:00
..
AST Split AST in 2 2017-01-28 14:15:14 -03:00
AST.hs Split AST in 2 2017-01-28 14:15:14 -03:00
Encoder.hs Split AST in 2 2017-01-28 14:15:14 -03:00
Error.hs Drop support for GHC-7.8.4 2016-11-27 12:56:44 -03:00
Execute.hs Split AST in 2 2017-01-28 14:15:14 -03:00
Parser.hs Split AST in 2 2017-01-28 14:15:14 -03:00
Schema.hs Split AST in 2 2017-01-28 14:15:14 -03:00