From eb71ced09244fa1647713288e666d7ada72ac141 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 16 Oct 2018 04:42:25 -0700 Subject: [PATCH] graphql --- docs/source/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/index.rst b/docs/source/index.rst index 5e186c3..81e7db5 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -53,6 +53,7 @@ Features - *f-string syntax* route declration. - Mutable response object, passed into each view. No need to return anything. - Background tasks, spawned off in a ``ThreadPoolExecutor``. +- GraphQL support! Testimonials ------------