You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/api/use-subscription.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ The `useSubscription` function returns the following properties and functions:
16
16
| error |`Ref<CombinedError>`| Any errors encountered during mutation execution |
17
17
| execute |`({variables: object}) => Promise<OperationResult<TData>>`| Executes the mutation and returns the operation result containing `data` and `error` values |
18
18
| isPaused |`Ref<boolean>`| True if the subscription is paused or inactive |
19
-
|paused|`() => void`| Deactivates the subscription temporarily until `resume` is called|
19
+
|pause|`() => void`| Deactivates the subscription temporarily until `resume` is called |
20
20
| resume |`() => void`| Activates the subscription |
0 commit comments