Closes #21110: Support for cursor-based pagination in GraphQL API #448

Closed
opened 2026-04-05 16:33:16 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @jeremystretch on 1/29/2026

Closes: #21110

  • Monkey-patch a custom OffsetPaginationInput class to support a start pagination parameter
  • Monkey-patch a customized apply_pagination() function to replace the stock method on StrawberryDjangoField
  • Add tests for both offset- and cursor-based pagination
  • Update the pagination docs for GraphQL
    • Also tidy up test_graphql_filter_objects()
*Originally created by @jeremystretch on 1/29/2026* ### Closes: #21110 - Monkey-patch a custom `OffsetPaginationInput` class to support a `start` pagination parameter - Monkey-patch a customized `apply_pagination()` function to replace the stock method on `StrawberryDjangoField` - Add tests for both offset- and cursor-based pagination - Update the pagination docs for GraphQL - Also tidy up `test_graphql_filter_objects()`
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/netbox#448