Open thomas-arun opened 1 year ago
I have the same requirements with you. Do you have a plan to implement this by yourself?
I actually did implement it.
I wrote a new class which inherits from AdvancedDjangoFilterConnectionField
, accepts a parameter orderBy
and overrides the resolve_queryset
method
@thomas-arun Thanks for sharing!
I was wondering if this library has a
sort
ororderBy
feature which can be used on certain fields. I was unable to find any in the documentation and I was unable to make the graphene django orderBy work too.