Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Jul 2, 2023
1 parent 8a269d3 commit d4a4673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/tutorial/advanced/02-subscriptions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -550,4 +550,4 @@ In order to use a global subscriptions pool, you'll have to keep track of the su

See [graphql-workers-subscriptions](https://github.com/bubblydoo/graphql-workers-subscriptions) for an example on such an approach in Cloudflare Workers.
This library uses an SQLite database (Cloudflare D1) to keep track of subscriptions, and Cloudflare Durable Objects to manage the WebSocket connections.
It sits on top of GraphQL Yoga and handles the subscriptions separately.
It sits on top of GraphQL Yoga and handles the subscriptions separately.

0 comments on commit d4a4673

Please sign in to comment.