Skip to content

Commit 5b990d4

Browse files
yezyilomorpkilby
authored andcommitted
Add django-restql to 3rd party packages in docs (#6947)
1 parent 2664e65 commit 5b990d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/community/third-party-packages.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
212212
* [drf-flex-fields][drf-flex-fields] - Serializer providing dynamic field expansion and sparse field sets via URL parameters.
213213
* [drf-action-serializer][drf-action-serializer] - Serializer providing per-action fields config for use with ViewSets to prevent having to write multiple serializers.
214214
* [djangorestframework-dataclasses][djangorestframework-dataclasses] - Serializer providing automatic field generation for Python dataclasses, like the built-in ModelSerializer does for models.
215+
* [django-restql][django-restql] - Turn your REST API into a GraphQL like API(It allows clients to control which fields will be sent in a response, uses GraphQL like syntax, supports read and write on both flat and nested fields).
215216

216217
### Serializer fields
217218

@@ -350,5 +351,6 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
350351
[drf-flex-fields]: https://github.com/rsinger86/drf-flex-fields
351352
[drf-action-serializer]: https://github.com/gregschmit/drf-action-serializer
352353
[djangorestframework-dataclasses]: https://github.com/oxan/djangorestframework-dataclasses
354+
[django-restql]: https://github.com/yezyilomo/django-restql
353355
[djangorestframework-mvt]: https://github.com/corteva/djangorestframework-mvt
354356
[django-rest-framework-guardian]: https://github.com/rpkilby/django-rest-framework-guardian

0 commit comments

Comments
 (0)