Ariadne is a Python library for implementing GraphQL servers using schema-first approach.
python
api
graphql
django
graphql-server
ariadne
asgi
django-graphql
apollo-graphql
apollo-python
graphql-python
-
Updated
Jun 1, 2021 - Python
I am using Graphene with the Flask graphql integration. Graphql core supports an argument in its
execute()function calledexecution_context_class, among other things as well. I would like to pass a customExecutionContextclass but it doesn't look like there is a way to do this here in the Flask server integration (and probably the other ones as well).My use case is that I'd like to use