From a94178317da76b82c4c6a5f94ebd72af9b8144e6 Mon Sep 17 00:00:00 2001 From: Paul Gilmartin Date: Wed, 10 Mar 2021 08:20:24 +0100 Subject: [PATCH] Remove additional newline --- docs/community/third-party-packages.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/community/third-party-packages.md b/docs/community/third-party-packages.md index 8d6c9ccc3..f07846c17 100644 --- a/docs/community/third-party-packages.md +++ b/docs/community/third-party-packages.md @@ -216,7 +216,6 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque * [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). * [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. - ### Serializer fields * [drf-compound-fields][drf-compound-fields] - Provides "compound" serializer fields, such as lists of simple values.