Skip to content

Commit

Permalink
docs: fix $skipAll mention
Browse files Browse the repository at this point in the history
The "Special options" documentation mentions `$skip` as a special
option, but that isn't correct. It should be `$skipAll`.
  • Loading branch information
markrian committed Sep 3, 2024
1 parent 8a5f424 commit 42d6320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/guide-option/special-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

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

0 comments on commit 42d6320

Please sign in to comment.