From cff126367279cb9236604e894f4c033975bbf92b Mon Sep 17 00:00:00 2001 From: Devin Fee Date: Thu, 26 Oct 2017 23:19:15 -0700 Subject: [PATCH] Added aiohttp-graphql (#2381) * Fix tutorial example in Templates subject (#2390) Added aiohttp-graphql Ref: https://github.com/aio-libs/aiohttp/issues/2288 fixed typo * Update third_party.rst --- docs/third_party.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/third_party.rst b/docs/third_party.rst index 1b53c7856f3..50a1e5ab3fd 100644 --- a/docs/third_party.rst +++ b/docs/third_party.rst @@ -196,3 +196,6 @@ period ask to raise he status. Open-source home automation platform running on Python 3. - `discord.py `_ Discord client library. + +- `aiohttp-graphql `_ + GraphQL and GraphIQL interface for aiohttp.