Developers want to implement sorting by `$createdAt` with cursor pagination. The solution is to use `Query.orderDesc('$createdAt')` or `Query.orderAsc('$createdAt')`.
Axistro
9 Jun, 2025, 20:34
Query.orderDesc('$createdAt')
or Query.orderAsc('$createdAt')
This should do the work