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

wave: use strawberry.Schema.execute for graphql execution #121

Closed lukaspiatkowski closed 1 year ago

lukaspiatkowski commented 1 year ago

This allows us passing strawberry.Schema to graphql server and gives it direct control over parsing, validation and execution

lukaspiatkowski commented 1 year ago

damn, wrong fork