From 42d6320ab9b2d37a3c9f296329153a754eab651a Mon Sep 17 00:00:00 2001 From: Mark Florian Date: Tue, 3 Sep 2024 10:04:34 +0100 Subject: [PATCH] docs: fix $skipAll mention The "Special options" documentation mentions `$skip` as a special option, but that isn't correct. It should be `$skipAll`. --- packages/docs/src/guide-option/special-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/src/guide-option/special-options.md b/packages/docs/src/guide-option/special-options.md index dd540f5a..c0492278 100644 --- a/packages/docs/src/guide-option/special-options.md +++ b/packages/docs/src/guide-option/special-options.md @@ -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