diff options
| author | Eugen Wissner <belka@caraus.de> | 2020-07-02 07:33:03 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2020-07-02 07:33:03 +0200 |
| commit | 2f4310268a12e46911e3c3e9c2044ad1e46ae9f6 (patch) | |
| tree | bfb73fab1b2689fd1ee0c58554ee9a851c5a64de /README.md | |
| parent | 8b164c4844da128dc5119febc3defb1ebdf2cc3a (diff) | |
| download | graphql-2f4310268a12e46911e3c3e9c2044ad1e46ae9f6.tar.gz | |
Merge Trans and Type.Out modules
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -13,9 +13,9 @@ be built on top of it. ## State of the work -For now this only provides a parser and a printer for the GraphQL query -language and allows to execute queries and mutations without the schema -validation step. But the idea is to be a Haskell port of +For now this only provides a parser and a printer for the GraphQL query language +and allows to execute queries and mutations using the given schema, but without +the validation step. But the idea is to be a Haskell port of [`graphql-js`](https://github.com/graphql/graphql-js). For the list of currently missing features see issues marked as |
