You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Only required if the OpenApi schema requires parameters.
106
106
- The options `params` are used as key. See [Query Keys](https://tanstack.com/query/latest/docs/framework/react/guides/query-keys) for more information.
107
107
-`infiniteQueryOptions`
108
+
-`pageParamName`
109
+
- The name of the page parameter to use in the query. This will override any value provided in `options.query`.
110
+
- Default: `"cursor"`.
108
111
- The original `useInfiniteQuery` options.
109
112
-[See more information](https://tanstack.com/query/latest/docs/framework/react/reference/useInfiniteQuery)
0 commit comments