graphql-python / graphql-server

This is the core package for using GraphQL in a custom server easily
MIT License
120 stars 72 forks source link

Create async view for flask #110

Open kiendang opened 1 year ago

kiendang commented 1 year ago

An async view for flask could be created based on the existing flask sync GraphQLView and Quart async GraphQLView.