lolopinto / ent

MIT License
52 stars 6 forks source link

Fix edge connection pagination #1833

Closed Swahvay closed 2 months ago

Swahvay commented 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.