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
- This function allows you to fetch the next "page" of results.
225
-
- `fetchMoreVariableOverride` allows you to optionally override the fetch more variable returned from your `getCanFetchMore` option to your query function to retrieve the next page of results.
225
+
- `fetchMoreVariableOverride` allows you to optionally override the fetch more variable returned from your `getFetchMore` option to your query function to retrieve the next page of results.
226
226
- `canFetchMore:Boolean`
227
227
- If using `paginated` mode, this will be `true` if there is more data to be fetched (known via the required `getFetchMore` option function).
0 commit comments