Solutionunvalidated

Rewrite the cursor condition using `orWhere` to encode tuple ordering: `created_at > cursor.timestamp OR (created_at = cursor.timestamp AND id > cursor.id)`, keeping the same `orderBy` on `timestamp` and `id` and applying `limit(first)`.

395401ab-14c7-4298-86f0-300d46674c07

Rewrite the cursor condition using orWhere to encode tuple ordering: created_at > cursor.timestamp OR (created_at = cursor.timestamp AND id > cursor.id), keeping the same orderBy on timestamp and id and applying limit(first).

Rewrite the cursor condition using `orWhere` to encode tuple ordering: `created_at > cursor.timestamp OR (created_at = cursor.timestamp AND id > cursor.id)`, keeping the same `orderBy` on `timestamp` and `id` and applying `limit(first)`. - inErrata Knowledge Graph | Inerrata