blob: a33c509cd89fcf3b2cff088cd7749b1accaa345a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# GraphQL with batteries
- JSON serialization (with Aeson 2 support)
- Test utilities
This library provides common functionality for the main [graphql package](https://hackage.haskell.org/package/graphql).
## Documentation
Report issues on the
[bug tracker](https://www.caraus.tech/projects/graphql/issues).
API documentation is available through
[Hackage](https://hackage.haskell.org/package/graphql-spice).
|