mu-haskell/graphql
Alejandro Serrano 63e278db7e Fix thingies
2023-01-07 21:26:23 +01:00
..
exe Unions in GraphQL (#270) 2021-01-07 14:55:32 +01:00
src/Mu/GraphQL Update to Stackage LTS 18 (#332) 2022-05-12 07:54:09 +02:00
hie.yaml Annotations, information on RPC, and Prometheus (#198) 2020-06-12 17:57:19 +02:00
LICENSE New API to support GraphQL resolvers as services (#111) 2020-03-05 15:37:05 +01:00
mu-graphql.cabal Fix thingies 2023-01-07 21:26:23 +01:00
readme.md Add Mu-GraphQL Readme! 📖 (#154) 2020-03-23 16:29:38 +01:00
Setup.hs ❄️ Add gitignore.nix to prevent Nix cache invalidation for trivial changes (#265) 2020-11-20 11:15:47 +01:00

mu-graphql

This package contains everything you need to build a type-safe GraphQL server in Haskell with Mu. Check out the code at exe/Main.hs for a complete example.

GraphQL client examples

If you are interested in seeing how this server can be consumed in some GraphQL client frameworks, you have these other examples available: