aquadoggo icon indicating copy to clipboard operation
aquadoggo copied to clipboard

GraphQL subscription support

Open cafca opened this issue 1 year ago • 0 comments

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

cafca avatar Dec 08 '23 23:12 cafca