diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-01-02 17:50:51 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-01-02 17:50:51 +0100 |
| commit | 9aad2a7befc8f438660476aeb5d03efa854677c4 (patch) | |
| tree | 366370130978f8d906d8277cb6b7ef0575903cdc | |
| parent | 7ecb424e701d50d5da0ad7c4d5fd3ec736fa2967 (diff) | |
| download | graphql-spice-9aad2a7befc8f438660476aeb5d03efa854677c4.tar.gz | |
Add a README
| -rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..03d1083 --- /dev/null +++ b/README.md @@ -0,0 +1,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). |
