queryOptions({
queryKey,
...options,
})
queryOptions({
queryKey,
...options,
})
Options
You can generally pass everything to queryOptions that you can also pass to useQuery. Some options will have no effect when then forwarded to a function like queryClient.prefetchQuery, but TypeScript will still be fine with those excess properties.
To learn more about QueryOptions, have a look at The Query Options API from the Community Resources.