Skip to content

Support pagination with unlimited results#2781

Open
williamjallen wants to merge 1 commit into
nuwave:masterfrom
williamjallen:connection-null-limit
Open

Support pagination with unlimited results#2781
williamjallen wants to merge 1 commit into
nuwave:masterfrom
williamjallen:connection-null-limit

Conversation

@williamjallen

Copy link
Copy Markdown

Closes #2734.

  • Added or updated tests
  • Documented user facing changes
  • Updated CHANGELOG.md (skip for docs-only changes)

Changes

Users can now specify first: null for paginated relationships, which returns the full set of records more efficiently than first: <large number> for nested relationships.

Breaking changes

None. This is a purely additive change.

Users can now specify `first: null` for paginated relationships, which returns the full set of records more efficiently than `first: <large number>` for nested relationships.

Closes nuwave#2734.
@williamjallen
williamjallen force-pushed the connection-null-limit branch from 68f88f6 to 31413c0 Compare July 15, 2026 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support pagination with unlimited results

1 participant