graphql-python/graphene-sqlalchemy

Pass ResolveInfo to filters - we should be able to access our info and context in the filter resolvers

adiberk opened this issue · 0 comments

I think it would be useful to make sure we pass ResolveInfo (and thereby context) to any and all resolvers.

Specifically I would like to see the ResolveInfo object passed to the filter resolvers