reaction
reaction copied to clipboard
`arrayJoinPlusRemainingQuery` doesn't consider `offset` parameter for pagination.
arrayJoinPlusRemainingQuery.js#L238 doesn't support offset parameter in cursor. Its used at following places:
We need to consider the offset
parameter and skip the nodeItems
accordingly.