reaction icon indicating copy to clipboard operation
reaction copied to clipboard

`arrayJoinPlusRemainingQuery` doesn't consider `offset` parameter for pagination.

Open trojanh opened this issue 5 years ago • 0 comments

arrayJoinPlusRemainingQuery.js#L238 doesn't support offset parameter in cursor. Its used at following places:

  1. catalogItemsAggregate
  2. productsByTagId#L22

We need to consider the offset parameter and skip the nodeItems accordingly.

trojanh avatar Jan 02 '20 07:01 trojanh