Skip to content

Commit 7a48882

Browse files
authored
docs: fix $skipAll mention (#1573)
The "Special options" documentation mentions `$skip` as a special option, but that isn't correct. It should be `$skipAll`.
1 parent 365c954 commit 7a48882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/src/guide-option/special-options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
The special options begin with `$` in the `apollo` object.
55

6-
- `$skip` to disable all queries and subscriptions (see below)
6+
- `$skipAll` to disable all queries and subscriptions (see below)
77
- `$skipAllQueries` to disable all queries (see below)
88
- `$skipAllSubscriptions` to disable all subscriptions (see below)
99
- `$deep` to watch with `deep: true` on the properties above when a function is provided

0 commit comments

Comments
 (0)