Provide persistent aiohttp session to async resolvers #1113
Unanswered
JanMelicharik
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I have a backend-for-frontend Django App which fetches data from different APIs and puts them together inside the resolvers.
The problem is I can't get a persistent global session to the resolver.
urls.py
client.py
resolvers.py
Is there a way to provide a persistent global aiohttp session to the resolver through the context?
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions