Skip to content

Commit c69e2e4

Browse files
PaulGilmartinPaul Gilmartintomchristie
authored
Add graphwrap to third-party-packages.md (encode#7819)
* Add graphwrap to third-party-packages documentation * Fix typo in third party packages docs * Remove additional newline Co-authored-by: Paul Gilmartin <paulgilmartin@Pauls-MacBook-Pro.local> Co-authored-by: Tom Christie <tom@tomchristie.com>
1 parent a3ae8ea commit c69e2e4

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
@@ -215,6 +215,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
215215
* [drf-action-serializer][drf-action-serializer] - Serializer providing per-action fields config for use with ViewSets to prevent having to write multiple serializers.
216216
* [djangorestframework-dataclasses][djangorestframework-dataclasses] - Serializer providing automatic field generation for Python dataclasses, like the built-in ModelSerializer does for models.
217217
* [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).
218+
* [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.
218219

219220
### Serializer fields
220221

@@ -364,3 +365,4 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
364365
[django-api-client]: https://github.com/rhenter/django-api-client
365366
[drf-psq]: https://github.com/drf-psq/drf-psq
366367
[django-rest-authemail]: https://github.com/celiao/django-rest-authemail
368+
[graphwrap]: https://github.com/PaulGilmartin/graph_wrap

0 commit comments

Comments
 (0)