From bbe11c9b5ecc886b835eb75c02e65c0320cf2844 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Mon, 11 Mar 2019 21:03:54 +0400 Subject: [PATCH] Add FastAPI and Starlette to integrations (#906) --- 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 `_)