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

16078 make GraphQL NumberFilter optional #16115

Merged
merged 4 commits into from
May 13, 2024
Merged

Conversation

arthanson
Copy link
Collaborator

Fixes: #16078

Make NumberFilter not required in GraphQL.

Copy link
Member

@jeremystretch jeremystretch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@arthanson could you add a few basic GrapQL filter tests to catch this sort of error?

@arthanson
Copy link
Collaborator Author

@jeremystretch added test used graphql_filter in test-case so it can be extended. Kept this current test narrow in scope as there is #15569 that can expand on this in the future - will also want to look at adding lookups to this in the future.

Copy link
Member

@jeremystretch jeremystretch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @arthanson!

@jeremystretch jeremystretch merged commit b291aa4 into develop May 13, 2024
6 checks passed
@jeremystretch jeremystretch deleted the 16078-numberfilter branch May 13, 2024 23:01
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GraphQL: Required fields that probably shouldn't be
2 participants