useLazyQueryWithPagination
Manually trigger data fetching from Airstack by calling queries to the Airstack API with pagination included. If you don't need pagination, use useLazyQuery instead.
Last updated
Was this helpful?
Manually trigger data fetching from Airstack by calling queries to the Airstack API with pagination included. If you don't need pagination, use useLazyQuery instead.
Last updated
Was this helpful?
Param | Type | Default Value | Description |
---|
|
| - |
|
| GraphQL query variables |
|
| Additional configurations and callbacks. |
| - | Response from the hook that will return an execute function, data, error logs, loading state, and pagination. |