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

graphql: Allow gt/lt comparisons with Bytes fields #4285

Merged
merged 1 commit into from
Jan 6, 2023
Merged

Conversation

lutter
Copy link
Collaborator

@lutter lutter commented Jan 5, 2023

For Bytes fields, it was not possible to use less than/greater than comparisons, even though there's nothing wrong with allowing them. As it turns out, the machinery for them was already implemented, they were just not put into the GraphQL schema.

I didn't do anything about API versioning in this PR since we've had other examples of GraphQL schema changes (e.g., child and and/or filters) that didn't change the API version either.

Fixes #4282

@lutter lutter merged commit 6c5fafa into master Jan 6, 2023
@lutter lutter deleted the lutter/bytes-cmp branch January 6, 2023 18:13
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.

Missing Query Filters for Bytes type
2 participants