aquadoggo
aquadoggo copied to clipboard
GraphQL subscription support
Prototype for GraphQL subscriptions that lets you stream the value of a single document, yields an update once a second.
- Adds a WebSocket subscription endpoint
- Adds a GraphQL query and resolver for streaming changes to a document
- Shows an error message when the initial schema fails to build
📋 Checklist
- [ ] Add tests that cover your changes
- [ ] Add this PR to the Unreleased section in
CHANGELOG.md
- [ ] Link this PR to any issues it closes
- [ ] New files contain a SPDX license header