commit 393b9bb6de6e41e024fcf453a04cc6850152639f Author: Eugen Wissner Date: Sun Mar 5 08:34:32 2023 +0100 „Home“ hinzufügen diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..dca3e65 --- /dev/null +++ b/Home.md @@ -0,0 +1,19 @@ +- **Clone URL**: git://caraus.tech/pub/graphql-spice.git + +# GraphQL with batteries + +[![Simple Haskell](https://www.simplehaskell.org/badges/badge.svg)](https://www.simplehaskell.org) +[![CI/CD](https://img.shields.io/badge/CI-CD-brightgreen)](https://build.caraus.tech/go/pipelines) + +- JSON serialization (with Aeson 2 support) +- Test utilities + +This library provides common functionality for the main [graphql package](https://www.caraus.tech/projects/pub-graphql). + +## Documentation + +API documentation is available through +[Hackage](https://hackage.haskell.org/package/graphql-spice). + +Further documentation will be made available in the +[Wiki](https://www.caraus.tech/projects/graphql/wiki). \ No newline at end of file