From d164bec8338a1a12e2ad88f6222423985dc04541 Mon Sep 17 00:00:00 2001 From: Arun T Date: Sun, 16 Jul 2023 12:32:24 -0700 Subject: [PATCH] :handshake: Add graphene-django-filter to README.md (#226) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 652d7a7..39c2af0 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-webpack-loader](https://github.com/owais/django-webpack-loader) - Transparently use webpack with Django. - [drf-yasg](https://github.com/axnsan12/drf-yasg) - Automated generation of real Swagger/OpenAPI 2.0 schemas from Django REST Framework code. - [graphene-django](https://github.com/graphql-python/graphene-django) - GraphQL for Django. +- [graphene-django-filter](https://github.com/devind-team/graphene-django-filter) - Advanced filters implementing and/or/not operators in GraphQL for Django. - [django-ninja](https://django-ninja.rest-framework.com/) - Django Ninja - Fast Django REST framework based on type annotations. - [django-tastypie](https://github.com/django-tastypie/django-tastypie) - Creating delicious APIs for Django apps since 2010. - [drf-spectacular](https://github.com/tfranzel/drf-spectacular) - Sane and flexible OpenAPI 3 schema generation for Django REST framework.