-
Notifications
You must be signed in to change notification settings - Fork 20
Add subscriptions graphql schema #275
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## main #275 +/- ##
==========================================
+ Coverage 76.07% 76.56% +0.48%
==========================================
Files 154 163 +9
Lines 8250 8486 +236
Branches 1324 1363 +39
==========================================
+ Hits 6276 6497 +221
- Misses 1784 1795 +11
- Partials 190 194 +4
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
02ac5ca
to
3034322
Compare
790f89a
to
1026d2e
Compare
b5a49cc
to
98bc829
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.
Few small remarks but looks good, nice refactoring @ the filters!
- use processes_resolver in subscription schema to resolve processes of a subscription. - use subscriptions_resolver in processes schema to resolve subscriptions of a process. - add subscriptions db filters and sorting. - add generic filters to remove duplicated code.
also remove it from tests. add filter_by to new variable instead of overwriting it.
fix generic_values_in_column_filter by lowercasing the column value.
- improve descriptions of relation fields. - update single subscription tests to check product blocks.
02febdf
to
523fffb
Compare
Uh oh!
There was an error while loading. Please reload this page.