graphql/src/Language/GraphQL/AST
Eugen Wissner f4f076fa59 Reduce usage of the opt parser
opt directives = some directive
All other occurrences of opt parse an optional list withing some
delimiters (braces, parens).
2020-01-13 08:11:22 +01:00
..
Core.hs Rewrite argument list to argument map 2020-01-01 10:58:11 +01:00
DirectiveLocation.hs Define schema AST. 2019-12-27 09:14:12 +01:00
Document.hs Move AST to AST.Document 2019-12-28 07:07:58 +01:00
Encoder.hs Move AST to AST.Document 2019-12-28 07:07:58 +01:00
Lexer.hs Replace AST.Selection data constructors 2019-12-25 06:45:29 +01:00
Parser.hs Reduce usage of the opt parser 2020-01-13 08:11:22 +01:00