From 7a488826375a82049ecebc91421b1c5444f841d6 Mon Sep 17 00:00:00 2001 From: Mark Florian Date: Thu, 9 Jan 2025 19:10:52 +0000 Subject: [PATCH] docs: fix $skipAll mention (#1573) 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 dd540f5..c049227 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