blob: 03d1083d2a11eccd189e37a97dc5d840fe9d31ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# 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
API documentation is available through
[Hackage](https://hackage.haskell.org/package/graphql-spice).
|