Closed Swahvay closed 2 months ago
The edge connection work I previously did to enable async custom connections highlighted an existing bug and also introduced a new one.
The existing bug: args.cursor should have been args.before. The new bug: args.last was and should be args.after.
args.cursor
args.before
args.last
args.after
The edge connection work I previously did to enable async custom connections highlighted an existing bug and also introduced a new one.
The existing bug:
args.cursor
should have beenargs.before
. The new bug:args.last
was and should beargs.after
.