useQueryWithPagination
Fetch data from Airstack by calling queries to the Airstack API with pagination included. If you don't need pagination, use useQuery instead.
Last updated
Was this helpful?
Fetch data from Airstack by calling queries to the Airstack API with pagination included. If you don't need pagination, use useQuery instead.
Last updated
Was this helpful?
Calling init
function
Param | Type | Default Value | Description |
---|---|---|---|
Param | Type | Default Value | Description |
---|---|---|---|
query
string
-
variables
null
GraphQL query variables
configAndCallbacks
null
Additional configurations and callbacks.
response
-
Response from the hook that will return data, error logs, loading state, and pagination.