From 9a52f79aa8cba9607d2f2a96793ff1b70c8b2fd4 Mon Sep 17 00:00:00 2001 From: yezy Date: Tue, 3 Dec 2019 09:45:46 +0300 Subject: [PATCH] Add django-restql 3rd party package to serializers documentation --- docs/api-guide/serializers.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/api-guide/serializers.md b/docs/api-guide/serializers.md index 4679b1ed1..d6ec24d86 100644 --- a/docs/api-guide/serializers.md +++ b/docs/api-guide/serializers.md @@ -1176,6 +1176,10 @@ The [html-json-forms][html-json-forms] package provides an algorithm and seriali The [drf-writable-nested][drf-writable-nested] package provides writable nested model serializer which allows to create/update models with nested related data. +## Django RESTQL + +* [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). + [cite]: https://groups.google.com/d/topic/django-users/sVFaOfQi4wY/discussion [relations]: relations.md [model-managers]: https://docs.djangoproject.com/en/stable/topics/db/managers/ @@ -1197,3 +1201,4 @@ The [drf-writable-nested][drf-writable-nested] package provides writable nested [drf-serializer-extensions]: https://github.com/evenicoulddoit/django-rest-framework-serializer-extensions [djangorestframework-queryfields]: https://djangorestframework-queryfields.readthedocs.io/ [drf-writable-nested]: https://github.com/beda-software/drf-writable-nested +[django-restql]: https://github.com/yezyilomo/django-restql