diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-01-01 14:59:40 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-01-01 14:59:40 +0100 |
| commit | 73beb7bd91af6f6bb58b691d73c01da421c6ad59 (patch) | |
| tree | bc2291535c8a2bb9b9cf96992e23a3ba7afc2361 /README.md | |
| parent | b4959783167c9d43c05da8b82cd3468ecdad7d40 (diff) | |
| download | graphql-73beb7bd91af6f6bb58b691d73c01da421c6ad59.tar.gz | |
Add a feature list to the README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -2,11 +2,18 @@ See https://git.caraus.tech/OSS/graphql. +This is the core library that 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. + +## Documentation + Report issues on the [bug tracker](https://git.caraus.tech/OSS/graphql/issues). API documentation is available through [Hackage](https://hackage.haskell.org/package/graphql). - -Further documentation will be made available in the -[Wiki](https://git.caraus.tech/OSS/graphql/wiki). |
