- Notifications
You must be signed in to change notification settings - Fork 328
Closed
Description
While investigating #925, I noticed we only check for the presence of last to assume backward pagination, so for a query with only before, we assume forward, and as a result ignore the before argument. The pagination spec does expect both last and before to enable backward pagination, but nevertheless we should check the presence of either last or before
Metadata
Metadata
Assignees
Labels
type: enhancementA general enhancementA general enhancement