From 7a06d46011d56bb1ae1337c15ccee99c51f0f8c0 Mon Sep 17 00:00:00 2001 From: Devin Fee Date: Mon, 23 Oct 2017 10:57:34 -0700 Subject: [PATCH] Added aiohttp-graphql Ref: https://github.com/aio-libs/aiohttp/issues/2288 --- docs/third_party.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/third_party.rst b/docs/third_party.rst index 1b53c7856f3..5feed42ded4 100644 --- a/docs/third_party.rst +++ b/docs/third_party.rst @@ -56,6 +56,9 @@ aiohttp extensions - `aiohttp-jinja2 `_ Jinja2 template renderer for aiohttp.web. + +- `aiohttp-grapqhql `_ + GraphQL and GraphIQL interface for aiohttp. Database drivers ^^^^^^^^^^^^^^^^