devind-team / graphene-django-filter

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

Different types with the same name in the schema #32

Closed SquakR closed 2 years ago

SquakR commented 2 years ago

The input type factories can create many different classes with the same name if AdvancedDjangoFilterConnectionField is used with the same type in different places. image These different classes should be the same class.