graphql-python/flask-graphql

Test broken on newer version of graphene

XiangpengHao opened this issue · 0 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.