This will add the possibility to get items in a connection from any
arbitrary position. Generic implementation is using item index along
with the offset (after argument) to generate a cursor
Fixes T4291
Differential D7957
Add an item cursor to the connection edge jayeshv on Jun 3 2022, 12:16 PM. Authored by
Details
This will add the possibility to get items in a connection from any Fixes T4291
Diff Detail
Event TimelineComment Actions Build is green Patch application report for D7957 (id=28651)Rebasing onto e22537ef01... Current branch diff-target is up to date. Changes applied before testcommit 54120da78afed7bf5941256f0ea3a6e3b092b801 Author: Jayesh Velayudhan <jayesh@softwareheritage.org> Date: Fri Jun 3 11:03:50 2022 +0200 Add an item cursor to the connection edge This will add the possibility to get items in a connection from any arbitrary position. Generic implementation is using item index along with the offset (after argument) to generate a cursor Fixes T4291 See https://jenkins.softwareheritage.org/job/DGQL/job/tests-on-diff/43/ for more details.
Comment Actions Build is green Patch application report for D7957 (id=28656)Rebasing onto e22537ef01... Current branch diff-target is up to date. Changes applied before testcommit b7395eff481bfb3e69c67d22b6fa9faaa1a46af4 Author: Jayesh Velayudhan <jayesh@softwareheritage.org> Date: Fri Jun 3 11:03:50 2022 +0200 Add an item cursor to the connection edge This will add the possibility to get items in a connection from any arbitrary position. Generic implementation is using item index along with the offset (after argument) to generate a cursor Fixes T4291 See https://jenkins.softwareheritage.org/job/DGQL/job/tests-on-diff/44/ for more details. |