forked from OSS/graphql
Danny Navarro
62adfd89cd
Several improvements to the parser
- Add token combinator to simplify whitespace handling. - Simplify whiteSpace parsers. - Add `optempty` to handle pure mempty cases. `empty /= pure mempty`. - Use `between` combinators for brackets, braces and parens. This also includes small adjustments to the AST.
Haskell GraphQL
For now this only provides the data types to represent the GraphQL AST,
but the idea is to be a Haskell port of
graphql-js
. Next releases
should include:
- Parser for the GraphQL language.
- Data types for the GraphQL Schema language.
- Parser for the GraphQL Schema language.
- Interpreter of GraphQL requests.
- Utilities to define GraphQL types and schema.
Contact
Suggestions, contributions and bug reports are welcome.
Feel free to contact me, jdnavarro, on the #haskell channel on the GraphQL Slack Server. You can obtain an invitation here.
Description
Languages
Haskell
100%