@reventlessdev/rescript-graphql-yoga
v1.0.0-alpha.20
Published
ReScript bindings for graphql-yoga
Readme
@reventlessdev/rescript-graphql-yoga
⚠️ Alpha. APIs can change without notice between releases. Pin exact versions and expect breaking changes.
ReScript bindings for graphql-yoga, used across the Reventless framework. It binds graphql-yoga ^5.21.0 (bundled dependency), alongside graphql ^16, graphql-ws, and ws.
Install
pnpm add @reventlessdev/rescript-graphql-yogaThen register it as a ReScript dependency in rescript.json:
{
"dependencies": ["@reventlessdev/rescript-graphql-yoga"]
}Requires ReScript ^12.3.0 (peer dependency).
Usage
The bindings are exposed as the GraphqlYoga ReScript module.
Links
- 📚 Documentation — docs.reventless.dev
- 📦 Repository — ReventlessDev/reventless-core
- 📋 Changelog
- 🔗 Upstream — graphql-yoga
