Skip to content

Commit 95ce0c0

Browse files
Apply suggestion from @jerelmiller
Co-authored-by: Jerel Miller <[email protected]>
1 parent 01f2144 commit 95ce0c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ export interface RefetchQueriesOptions<TCache extends ApolloCache, TResult> {
222222
/**
223223
* Optional array specifying queries to refetch. Each element can be either a query's string name or a `DocumentNode` object.
224224
*
225-
* Pass `"active"` (or `"all"`) as a shorthand to refetch all (active) queries.
225+
* Pass `"active"` as a shorthand to refetch all active queries, or `"all"` to refetch all active and inactive queries.
226226
*
227227
* Analogous to the [`options.refetchQueries`](https://www.apollographql.com/docs/react/data/mutations/#options) array for mutations.
228228
*/

0 commit comments

Comments
 (0)