devind-team / graphene-django-filter

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

Does not support interfaces. #78

Open brentleeper opened 1 year ago

brentleeper commented 1 year ago

It is standard in GraphQL to have a query which returns an interface so that you my return for example a list of nodes which use the same interface but are different types and then in the client, handle them with inline fragments. If this is supported here it is not obvious.