docs: fix $skipAll mention (#1573)

The "Special options" documentation mentions `$skip` as a special
option, but that isn't correct. It should be `$skipAll`.
This commit is contained in:
Mark Florian
2025-01-09 19:10:52 +00:00
committed by GitHub
parent 365c95467a
commit 7a48882637
@@ -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