mu-haskell/graphql
Alejandro Serrano 1fe9cced62 Various fixes to GraphQL introspection (#160)
Co-authored-by: Flavio Corpa <flavio.corpa@47deg.com>
2020-03-26 15:42:43 +01:00
..
exe GraphQL introspection (#153) 2020-03-25 13:37:30 +01:00
src Various fixes to GraphQL introspection (#160) 2020-03-26 15:42:43 +01:00
LICENSE New API to support GraphQL resolvers as services (#111) 2020-03-05 15:37:05 +01:00
mu-graphql.cabal GraphQL introspection (#153) 2020-03-25 13:37:30 +01:00
readme.md Add Mu-GraphQL Readme! 📖 (#154) 2020-03-23 16:29:38 +01:00
Setup.hs New API to support GraphQL resolvers as services (#111) 2020-03-05 15:37:05 +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: