OptionalafterThe cursor to paginate after for forward pagination. Not allowed with backward pagination.
OptionalbeforeThe cursor to paginate before for backward pagination.
OptionalfirstThe number of entities to return starting from the entity after the cursor. Must be a positive integer. Not allowed with backward pagination.
The number of entities to return starting from the entity before the cursor. Must be a positive integer.
Pagination specification determining how to order and paginate results.
OptionalwhereSQLFragment representing the WHERE clause to filter the entities being paginated.
Backward unified pagination arguments