-
Notifications
You must be signed in to change notification settings - Fork 101
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
Allow callable() as field deferring mechanism #739
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #739 +/- ##
============================================
- Coverage 95.72% 94.85% -0.87%
- Complexity 1773 1838 +65
============================================
Files 154 175 +21
Lines 4586 4999 +413
============================================
+ Hits 4390 4742 +352
- Misses 196 257 +61 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
public function getSubBlogs( | ||
#[Prefetch('prefetchSubBlogs')] | ||
array $prefetchedSubBlogs, | ||
): Deferred { |
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.
Let's keep this test as well, instead of replacing it.
Closes #738