devind-team / graphene-django-filter

Advanced filters for Graphene
MIT License
19 stars 7 forks source link

Wrong typing for the AdvancedDjangoFilterConnectionField constructor #28

Closed SquakR closed 2 years ago

SquakR commented 2 years ago

The AdvancedDjangoFilterConnectionField constructor only takes the DjangoObjectType type although DjangoFilterConnectionField works fine with a function or a dotted path.

image