Files
graphql/README.md
Eugen Wissner 73beb7bd91
All checks were successful
Build / audit (push) Successful in 21s
Build / test (push) Successful in 7m12s
Build / doc (push) Successful in 6m13s
Add a feature list to the README
2026-01-01 14:59:40 +01:00

560 B

GraphQL implementation in Haskell

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.

API documentation is available through Hackage.