-
Notifications
You must be signed in to change notification settings - Fork 24
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
Prevent executing queries twice #12
Conversation
Codecov Report
@@ Coverage Diff @@
## master #12 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 2 2
Lines 65 72 +7
Branches 11 9 -2
=========================================
+ Hits 65 72 +7
Continue to review full report at Codecov.
|
@flavors any chance to get this reviewed? |
please could it be reviewed? It could be very usefull, im facing the same problem here |
same problem here!! hopefully this PR reviewed soon !!! |
Can this PR get merged please? As of now, the debug toolbar is unusable with graphql when making mutation requests. The debug toolbar is supposed to help, not create more problems… |
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.
Patiently waiting for this to be merged 👀 🤞
@mongkok Please take a look at this |
I have the same problem, I wasted hours looking for what it was. Our friend DebugToolbar instead of solving problems generated a new one. I will wait for this PR! |
@mongkok Please merge this PR |
Thanks for this PR, monkey patch is the best approach. The DebugToolbar created using @bellini666 thanks for your help here and for keeping this package alive. |
Thanks for mergint and releasing a new working version @mongkok :) |
Fix #9
I didn't want to rewrite the whole debug toolbar's logic so I wrote this to monkey patched the toolbar to be able to retrieve it after super is called, that way we don't need to instantiate another toolbar and process the response again.