https://github.com/serras/graphql-wai
A simple way to expose GraphQL via WAI
https://github.com/serras/graphql-wai
Last synced: 5 months ago
JSON representation
A simple way to expose GraphQL via WAI
- Host: GitHub
- URL: https://github.com/serras/graphql-wai
- Owner: serras
- License: bsd-3-clause
- Created: 2020-12-04T21:09:02.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-05T19:55:34.000Z (over 5 years ago)
- Last Synced: 2025-04-06T08:37:05.015Z (about 1 year ago)
- Language: Haskell
- Size: 10.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GraphQL 💜 WAI
A simple way to expose GraphQL servers built with the [`graphql`](https://hackage.haskell.org/package/graphql) Haskell library as a [WAI](https://hackage.haskell.org/package/wai) application, which then can be exposed using a server like [Warp](https://hackage.haskell.org/package/warp).