Zahir Koradia

Results 1 comments of Zahir Koradia

I haven't tested this thoroughly, but the follow seems to work with graphene 2.0. ```Python class DjangoFilterField(Field): ''' Custom field to use django-filter with graphene object types (without relay). '''...