-
-
Notifications
You must be signed in to change notification settings - Fork 543
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
Add batching support #2698
base: main
Are you sure you want to change the base?
Add batching support #2698
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2698 +/- ##
==========================================
+ Coverage 96.11% 96.12% +0.01%
==========================================
Files 211 211
Lines 9232 9264 +32
Branches 1489 1500 +11
==========================================
+ Hits 8873 8905 +32
Misses 229 229
Partials 130 130 |
Hi! I'm currently running my project on top of your feature branch as I transitioned from Graphene over to Strawberry before learning that batching was not supported. Everything works great! I have yet to run into any issues. Is there a particular reason why integration into main has stalled? Thank you! |
@luisbc92 just time! thanks for the ping, I'll add to my list of things to do in the next few days 😊 |
Wow! Fastest response I've ever gotten. You should get a trophy. Thank you for your work! |
@luisbc92 @Speedy1991 @mikoda1995 do you have any opinions on the configuration options? /cc @bellini666 @erikwrede |
I prefer an explicit Will do full review later |
I agree with @erikwrede here. Just maybe Also, maybe use a Regarding everything else, I took a quick look and it seems fine! :) |
I think that would be quite nice, we should do it for the config class too, maybe in another PR (with deprecation and codemod I guess :) ) |
CodSpeed Performance ReportMerging #2698 will not alter performanceComparing Summary
|
Hi! 😃 This would be an awesome feature to have soon, as we're currently thinking of transitioning our project over to using Strawberry and batching is a feature we use a lot. If there's anything I could do to help, let me know and i'd be happy to assist! |
Needs validation and configuration options