We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9537fe9 commit de937e7Copy full SHA for de937e7
docs/guides/query-functions.md
@@ -65,7 +65,7 @@ function fetchTodoList({ queryKey }) {
65
66
The `QueryFunctionContext` is the object passed to each query function. It consists of:
67
68
-- `queryKey: QueryKey`: [Query Keys](./query-keys)
+- `queryKey: QueryKey`: [Query Keys](query-keys)
69
- `pageParam: unknown | undefined`
70
- only for [Infinite Queries](./infinite-queries.md)
71
- the page parameter used to fetch the current page
0 commit comments