We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 365c954 commit 7a48882Copy full SHA for 7a48882
packages/docs/src/guide-option/special-options.md
@@ -3,7 +3,7 @@
3
4
The special options begin with `$` in the `apollo` object.
5
6
-- `$skip` to disable all queries and subscriptions (see below)
+- `$skipAll` to disable all queries and subscriptions (see below)
7
- `$skipAllQueries` to disable all queries (see below)
8
- `$skipAllSubscriptions` to disable all subscriptions (see below)
9
- `$deep` to watch with `deep: true` on the properties above when a function is provided
0 commit comments