Returns the query cursors.
cursors returns the query's next and prev cursors.
cursors
next
prev
import { tasks } from "@wix/crm"; export async function myQueryFunction() { const results = await tasks.queryTasks().find(); const cursors = results.cursors; }