From 609a95ff98287faf2b7d61864695a88f8954e7d9 Mon Sep 17 00:00:00 2001 From: Ali Reza Yahyapour Date: Thu, 24 Sep 2020 00:31:06 +0330 Subject: [PATCH] graphene added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 51b9d904..baabcb12 100644 --- a/README.md +++ b/README.md @@ -673,6 +673,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *Libraries for working with GraphQL.* +* [graphene](https://github.com/graphql-python/graphene/) - GraphQL framework for Python. * [tartiflette-aiohttp](https://github.com/tartiflette/tartiflette-aiohttp/) - An `aiohttp`-based wrapper for Tartiflette to expose GraphQL APIs over HTTP. * [tartiflette-asgi](https://github.com/tartiflette/tartiflette-asgi/) - ASGI support for the Tartiflette GraphQL engine. * [tartiflette](https://tartiflette.io) - SDL-first GraphQL engine implementation for Python 3.6+ and asyncio.