UseLazyQueryReturnType
The return type of the useQueryWithPagination hook comprises of the manual fetching function, data, error logs, loading indicator, and pagination object.
Example
TypeSignature
Items
Param | Type | Default Value | Description |
---|---|---|---|
|
| - | The function that can be triggered manually to call the GraphQL query. |
| - | The current data, error logs, and loading state from the latest GraphQL query call. |
Last updated
Was this helpful?