'Retrieve filter data on DjangoObjectType

Good morning, I have created with graphene django a DjangoObjectType that returns several pieces of information. Among which I have integrated django_filters to filter the data.

Is it possible to retrieve the values of the filters inserted on the frontend side to read them in DjangoObjectType and so return some information?

thanks



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source