Skip to content

Commit f14d886

Browse files
committed
docs(README.md): a few more corrections [ci skip]
1 parent fc89bdc commit f14d886

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ const CreateUserFormContainer = ({ organizationId }) => (
302302
303303
## API
304304
305-
### `refetch(client, typenameOrTerms, [ids], [idField])`
305+
### `refetch(client, typenameOrTerms, [predicate], [idField])`
306306
307307
#### Arguments
308308
@@ -313,7 +313,7 @@ The `ApolloClient` in which to scan active queries.
313313
##### `typenameOrTerms: string | Array<Term>`
314314
315315
The `__typename` of the GraphQL type that was created or deleted, or an array of
316-
`[typename, ids, idField]` tuples (`ids` and `idField` are optional). If an
316+
`[typename, predicate, idField]` tuples (`predicate` and `idField` are optional). If an
317317
array is given, a query must match all of the conditions in the array to be
318318
refetched.
319319

0 commit comments

Comments
 (0)