Gabor Torok
Gabor Torok
I agree - what is the plan to create a custom context now? Here is my workaround: class MyGraphQLView(GraphQLView): def get_context(self): return {'session': db_session, 'request': super().get_context()}
I will take a look at strawchemy as soon as my current project (converting a large codebase from graphene to strawberry) is done. Thanks!
Also interested in an official fix for this. Currently using the solution by @CoultonF.