Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ useReactQueryConfig({
```

- `userQueryKey: any`
- This is the queryKey passed in `useQuery` and all other publis methods and utilities exported by React Query.
- This is the queryKey passed in `useQuery` and all other public methods and utilities exported by React Query.
- `fullQueryHash: string`
- This must be a unique `string` representing the query and variables.
- It must be stable and deterministic and should not change if things like the order of variables is changed or shuffled.
Expand Down