-
Notifications
You must be signed in to change notification settings - Fork 56
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: Add _not
operator
#1631
feat: Add _not
operator
#1631
Conversation
Codecov ReportPatch coverage:
@@ Coverage Diff @@
## develop #1631 +/- ##
===========================================
+ Coverage 75.60% 75.64% +0.05%
===========================================
Files 198 199 +1
Lines 20756 20774 +18
===========================================
+ Hits 15691 15714 +23
+ Misses 3994 3987 -7
- Partials 1071 1073 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 6 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
4511ebe
to
208454c
Compare
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.
Production code looks good, I think more tests are required though.
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.
LGTM! Thanks for taking care of this. I think some more tests would be nice, but not a blocker for me and the implementation seems straight forward.
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.
LGTM, cheers Fred
## Relevant issue(s) Resolves sourcenetwork#1542 ## Description This PR add the `_not` operator as an option for filters in graphql queries.
Relevant issue(s)
Resolves #1542
Description
This PR add the
_not
operator as an option for filters in graphql queries.Tasks
How has this been tested?
make test
Specify the platform(s) on which this was tested: