„Home“ hinzufügen

Eugen Wissner 2023-03-05 08:34:32 +01:00
commit 393b9bb6de

19
Home.md Normal file

@ -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).