Skip to content

Commit

Permalink
📝 docs(query): add link to infiniteQueryOptions reference (#8413)
Browse files Browse the repository at this point in the history
  • Loading branch information
moelzanaty3 authored Dec 7, 2024
1 parent 76900b8 commit bb31c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/framework/react/guides/query-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ queryClient.setQueryData(groupOptions(42).queryKey, newGroups)

[//]: # 'Example1'

For Infinite Queries, a separate `infiniteQueryOptions` helper is available.
For Infinite Queries, a separate [`infiniteQueryOptions`](../reference/infiniteQueryOptions.md) helper is available.

0 comments on commit bb31c47

Please sign in to comment.