-
-
Notifications
You must be signed in to change notification settings - Fork 342
feat: Add query methods fetchWithInclude
and fetchAllWithInclude
#512
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
Conversation
Thanks for opening this pull request!
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #512 +/- ##
=========================================
Coverage 98.61% 98.62%
- Complexity 1068 1072 +4
=========================================
Files 38 38
Lines 3241 3264 +23
=========================================
+ Hits 3196 3219 +23
Misses 45 45
☔ View full report in Codecov by Sentry. |
fetchWithInclude
and fetchAllWithInclude
fetchWithInclude
and fetchAllWithInclude
fetchWithInclude
and fetchAllWithInclude
fetchWithInclude
and fetchAllWithInclude
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.
Looks good!
# [2.3.0](2.2.0...2.3.0) (2023-05-13) ### Features * Add query methods `fetchWithInclude` and `fetchAllWithInclude` ([#512](#512)) ([0570f15](0570f15))
🎉 This change has been released in version 2.3.0 |
New Pull Request Checklist
Issue Description
Adds missing functionality. These fetches are in the JS SDK.
Closes: #401