Skip to content
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

ExcludeArgument transformer shouldn't exclude non-nullable arguments #2257

Merged
merged 2 commits into from
May 30, 2024

Conversation

kyri-petrou
Copy link
Collaborator

There is a small bug in the ExcludeArgument that allows excluding non-nullable arguments, which then leads to a runtime error when a non-nullable argument is excluded from a field

While the bug can be quite bad, since we only just released Transformers and adding an exclusion on a non-nullable argument is to some degree a user error as well, I don't think we need to create a patch release immediately

@kyri-petrou kyri-petrou merged commit 0c1ec03 into series/2.x May 30, 2024
11 checks passed
@kyri-petrou kyri-petrou deleted the fix-exclude-arguments-transformer branch May 30, 2024 16:31
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.

2 participants