Skip to content

GraphQL subscriptions in Haskell using the graphql-api library

License

Notifications You must be signed in to change notification settings

litxio/graphql-subscriptions-ws

Repository files navigation

graphql-subscriptions-ws

Proof of concept for using GraphQL subscriptions with the graphql-api library.

This package is largely a port of the subscriptions-transport-ws JavaScript/TypeScript library to Haskell.

It also comes with an example GraphiQL app in the graphiql-example directory.

Building and running

stack build
stack exec -- graphql-subscriptions-ws

To run the GraphiQL frontend, in the graphiql-example directory:

npm install
npm run build
npm run start

About

GraphQL subscriptions in Haskell using the graphql-api library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published