-
-
Notifications
You must be signed in to change notification settings - Fork 437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Return empty results for pagination first: 0
#2480
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay and thank you for your work on this issue. I was able to get this version running in my project this morning and I'm happy that my tests were successful and requesting first: 0
behaved as expected.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay and thank you for your work on this issue. I was able to get this version running in my project this morning and I'm happy that my tests were successful and requesting first: 0 behaved as expected.
# Conflicts: # CHANGELOG.md
Released with https://github.com/nuwave/lighthouse/releases/tag/v6.29.0. Please consider sponsoring. |
Resolves #2472
@jdjoshuadavison please review.
Changes
Returns empty results when pagination with
first: 0
is requested.Breaking changes
This is a behavioral change, but I consider it a bugfix.