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

Run additional parse step only when necessary (#43) #51

Closed Cito closed 4 years ago

Cito commented 4 years ago

This is a preliminary fix for #43. As final fix should refactor to use execute instead of graphql/graphql_sync in order to separate the validation from the execution.