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

chore: asynchronously gather execution results #101

Closed kiendang closed 1 year ago

kiendang commented 1 year ago

Gather execution results asynchronously instead of awaiting them one by one.