From 0e41f6140f9d71034e2fc5b037ba832aec921bf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Wed, 20 Feb 2019 22:16:22 +0400 Subject: [PATCH] Add FastAPI and Starlette to integrations --- docs/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index 3e9577ad..aff3960f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -19,3 +19,5 @@ Integrations * `Graphene-SQLAlchemy `_ (`source `_) * `Graphene-GAE `_ (`source `_) * `Graphene-Mongo `_ (`source `_) +* `Starlette `_ (`source `_) +* `FastAPI `_ (`source `_)