Skip to content

Commit 17750e5

Browse files
committed
Version docs to 8.6
1 parent 9aa6c74 commit 17750e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/versioned_docs/version-8.6/graphql/realtime.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ In GraphQL, there are two options for real-time updates: **live queries** and **
44

55
Subscriptions are part of the GraphQL specification, whereas live queries are not.
66

7-
There are times where subscriptions are well-suited for a realtime problem — and in some cases live queries may be a better fit. Later we’ll explore the pros and cons of each approach and how best to decide that to use and when.
7+
There are times where subscriptions are well-suited for a realtime problem — and in some cases live queries may be a better fit. Later we’ll explore the pros and cons of each approach and how best to decide which to use and when.
88

9-
See [subscriptions and live queries](../realtime.md#subscriptions-and-live-queries) for setup and usaged.
9+
See [subscriptions and live queries](../realtime.md#subscriptions-and-live-queries) for setup and usages.

docs/versioned_docs/version-8.6/realtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ export const realtime: RedwoodRealtimeOptions = {
182182
By setting up realtime, the GraphQL server adds two helpers on the context:
183183

184184
- pubSub
185-
- liveQueryStory
185+
- liveQueryStore
186186

187187
With `context.pubSub` you can subscribe to and publish messages via `context.pubSub.publish('the-topic', id, id2)`.
188188

0 commit comments

Comments
 (0)