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

feat(query): add in and notIn filters to NumberQuery #150

Merged
merged 3 commits into from
Oct 29, 2021
Merged

feat(query): add in and notIn filters to NumberQuery #150

merged 3 commits into from
Oct 29, 2021

Conversation

ruisaraiva19
Copy link
Contributor

@ruisaraiva19 ruisaraiva19 commented Oct 26, 2021

GitHub

Changes

  • Adds in and notIn number comparators (NumberQuery).
  • Fixes the GraphQL field type for array-based comparators (i.e. notIn, between, notBetween) to be a GraphQLList(TYPE). Corrects the related tests.

Copy link
Member

@kettanaito kettanaito left a 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.

Copy link
Member

@kettanaito kettanaito left a 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 kettanaito merged commit 3beed3f into mswjs:master Oct 29, 2021
@ruisaraiva19 ruisaraiva19 deleted the feat/new-number-query-types branch October 29, 2021 11:35
@ruisaraiva19
Copy link
Contributor Author

@kettanaito maybe I can take a shot at #56.

@kettanaito
Copy link
Member

@ruisaraiva19, that's a great choice! Let me know if you have any questions, we can discuss the task in #56.

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.

Add support for in and notIn filters for NumberQuery
2 participants