From 9aad2a7befc8f438660476aeb5d03efa854677c4 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Fri, 2 Jan 2026 17:50:51 +0100 Subject: [PATCH] Add a README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md 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).