graphql-python / flask-graphql

Adds GraphQL support to your Flask application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test broken on newer version of graphene

XiangpengHao opened this issue · comments

link: https://github.com/graphql-python/graphene/blob/master/UPGRADE-v2.0.md#simpler-resolvers

The new resolver has changed, Now, resolver args are passed as keyword arguments to the function, and context argument disappeared in favor of info.context.