diff options
| author | Eugen Wissner <belka@caraus.de> | 2021-02-07 08:10:46 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2021-02-07 08:10:46 +0100 |
| commit | 2839b2859072189a9e97342fc106e49127112af2 (patch) | |
| tree | 616e5502c85efe39cb4a097bec40ec664243a92d /README.md | |
| parent | ed725ea5147b1785f17ec1192b30355a31447e53 (diff) | |
| download | graphql-2839b2859072189a9e97342fc106e49127112af2.tar.gz | |
Release 0.11.1.0v0.11.1.0
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 25 |
1 files changed, 3 insertions, 22 deletions
@@ -3,29 +3,10 @@ [](https://www.simplehaskell.org) [](https://build.caraus.tech/go/pipelines) -This implementation is relatively low-level by design, it doesn't provide any -mappings between the GraphQL types and Haskell's type system and avoids -compile-time magic. It focuses on flexibility instead, so other solutions can -be built on top of it. +See https://www.caraus.tech/projects/pub-graphql. -## State of the work - -For now this library provides: - -- Parser for the query and schema languages, as well as a printer for the query - language (minimizer and pretty-printer). -- Data structures to define a type system. -- Executor (queries, mutations and subscriptions are supported). -- Validation is work in progress. -- Introspection isn't available yet. - -But the idea is to be a Haskell port of -[`graphql-js`](https://github.com/graphql/graphql-js). - -For a more precise list of currently missing features see -[issues](https://www.caraus.tech/projects/pub-graphql/issues). - -## Documentation +Report issues on the +[bug tracker](https://www.caraus.tech/projects/pub-graphql/issues). API documentation is available through [Hackage](https://hackage.haskell.org/package/graphql). |
