Skip to content

Commit 81a5b76

Browse files
Update docs/community/third-party-packages.md
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
1 parent 6449da5 commit 81a5b76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/community/third-party-packages.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ To submit new content, [create a pull request][drf-create-pr].
8989
* [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).
9090
* [graphwrap][graphwrap] - Transform your REST API into a fully compliant GraphQL API with just two lines of code. Leverages [Graphene-Django](https://docs.graphene-python.org/projects/django/en/latest/) to dynamically build, at runtime, a GraphQL ObjectType for each view in your API.
9191
* [drf-shapeless-serializers][drf-shapeless-serializers] - Dynamically assemble, configure, and shape your Django Rest Framework serializers at runtime, much like connecting Lego bricks.
92+
9293
### Serializer fields
9394

9495
* [drf-compound-fields][drf-compound-fields] - Provides "compound" serializer fields, such as lists of simple values.

0 commit comments

Comments
 (0)