graphql/src/Language/GraphQL
Dmitrii Skurikhin 2760bd8ee1 Don't encode controls as block strings
Fixes #39.

String containing control sequences should be encoded as simple strings
even if they contain newlines, since the block strings can contain only
SourceCharacters.
2020-04-10 11:19:36 +02:00
..
AST Don't encode controls as block strings 2020-04-10 11:19:36 +02:00
Execute Rewrite argument list to argument map 2020-01-01 10:58:11 +01:00
Type Move Execute.Directive to Type.Directive 2019-12-18 09:03:18 +01:00
AST.hs Move AST to AST.Document 2019-12-28 07:07:58 +01:00
Error.hs Update to Stack 15.x 2020-02-20 05:16:14 +01:00
Execute.hs Replace MonadIO constraint with just Monad 2020-02-01 20:46:35 +01:00
Schema.hs Replace MonadIO constraint with just Monad 2020-02-01 20:46:35 +01:00
Trans.hs Replace MonadIO constraint with just Monad 2020-02-01 20:46:35 +01:00
Type.hs Move related modules to Language.GraphQL.AST 2019-11-03 11:00:18 +01:00