Wannes Rombouts
Wannes Rombouts
I have a middleware updating the same `'tracing'` extension each time it is run and in that regard it is handy to have access to what is already in there....
I tested the latest version of your code @nikordaris it still works fine for me! Here is the tracing middleware I've been using this for: https://gist.github.com/wapiflapi/6131ed5e8e5dfd5aa0b0a638f86edf16 I'll submit a pull...
We might be over-reacting on this. What problems are we worried about exactly? I understood the fear about middleware **unintentional** overwriting other middleware's data, which could go undetected for a...
@nikordaris Do you know who can comment on this to get it merged eventually?
Thanks for taking the time to post this and contribute a solution! I don't have any insight on the problem at hand directly (your code looks good!) but one small...
Am I the only person having this issue? Is there a simple workaround?
Thank you for your reply! That's useful and I'm happy we can engage the conversation about this issue. The code calling `get_node` in the relay implementation isn't async and doesn't...
That's a lot of work for something that I feel should work out of the box. An example of something where this bothered me: ```python class Query(graphene.ObjectType): node = papi.relay.Node.Field()...
Question before I start looking into code for this, ```graphql directive @test on OBJECT type Query { foo: String! } extend type Query @test { bar: String! } extend type...
Thanks a lot for this work! I have some friends that where complaining about this exact problem. I'll try it out soon and if there are no problems I'll merge...