You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
classQuery(graphene.ObjectType):
all_records=MyFilterableConnectionField(RecordsConnection)
@classmethoddefresolve_all_records(cls, root, info, *args, **kwargs):
# Like res = super().resolve_all_records() ?# post processing res# return res
The text was updated successfully, but these errors were encountered:
Hi there!
How to do post processing or override relationship result with filters?
https://github.com/art1415926535/graphene-sqlalchemy-filter/blob/master/examples/clients_and_records/graphql_schema.py#L40
The text was updated successfully, but these errors were encountered: