fetchQuery
Fetch data from Airstack by calling queries to the Airstack API. If you need any pagination, use fetchQueryWithPagination instead.
Last updated
Was this helpful?
Fetch data from Airstack by calling queries to the Airstack API. If you need any pagination, use fetchQueryWithPagination instead.
Last updated
Was this helpful?
Promise<Pick<
, "data" | "error">>