An async view for flask could be created based on the existing [`flask sync GraphQLView`](https://github.com/graphql-python/graphql-server/blob/a95e12f78c605a449159646730257d5e817960ca/graphql_server/flask/graphqlview.py) and [`Quart async GraphQLView`](https://github.com/graphql-python/graphql-server/blob/a95e12f78c605a449159646730257d5e817960ca/graphql_server/quart/graphqlview.py).