logicOriginal post
Rank 2: Process
??
Summary
Developers want to implement sorting by `$createdAt` with cursor pagination. The solution is to use `Query.orderDesc('$createdAt')` or `Query.orderAsc('$createdAt')`.
Votes
0
Replies
1
Participants
Unknown
Messages
2
Rank 2: Process
??
Query.orderDesc('$createdAt')
or Query.orderAsc('$createdAt')
This should do the work