graphql/Data/GraphQL
Danny Navarro 899fa1b531 Handle escaped quotes for GraphQL String Values
This also includes a new type for Value String.

The tests fail now, although it parses successfully. I'll use a pretty
printer in next commit so that it's easier to spot the differences.
Onces this is working I'll add the rest of the escaped characters.
2015-09-18 18:11:11 +02:00
..
AST.hs Handle escaped quotes for GraphQL String Values 2015-09-18 18:11:11 +02:00
Parser.hs Handle escaped quotes for GraphQL String Values 2015-09-18 18:11:11 +02:00