-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
feat(query): add in
and notIn
filters to NumberQuery
#150
feat(query): add in
and notIn
filters to NumberQuery
#150
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.
Hey, @ruisaraiva19! These changes are top-notch, thank you for your work on this.
I had only one comment regarding the number[]
type. Would you mind looking into that? Should be rather trivial to fix.
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.
Thank you for your work on this feature, @ruisaraiva19! Welcome to contributors! 🎉
Let me know if there are any other tasks you may be interested in tackling, we could use your expertise.
@kettanaito maybe I can take a shot at #56. |
@ruisaraiva19, that's a great choice! Let me know if you have any questions, we can discuss the task in #56. |
GitHub
in
andnotIn
filters for NumberQuery #151Changes
in
andnotIn
number comparators (NumberQuery
).notIn
,between
,notBetween
) to be aGraphQLList(TYPE)
. Corrects the related tests.