Rishikesh Sriram

Results 2 comments of Rishikesh Sriram

same issue here, let me know if you solved it please !

I ran into the same issue and I solved it by subclassing the field like so ``` from graphene_django_extras import DjangoFilterListField from functools import partial from graphene.types.structures import Structure class...