Returns the query cursors.
cursors
returns the query's next
and prev
cursors.
import { marketingConsent } from "wix-marketing.v2";
export async function myQueryFunction() {
const results = await marketingConsent.queryMarketingConsent().find();
const cursors = results.cursors;
}