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?
Calling function
query
string
-
variables
null
GraphQL query variables
configAndCallbacks
null
Additional configurations and callbacks.
response
-
Response from the hook that will return an execute function, data, error logs, loading state, and pagination.