From 0156ff392640757465c151e5f4ac03db43ab331c Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 12 May 2019 11:14:14 +0200 Subject: [PATCH] docs: Add missing import --- docs/graphql.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/graphql.md b/docs/graphql.md index 58989bdf..2fb00a55 100644 --- a/docs/graphql.md +++ b/docs/graphql.md @@ -75,6 +75,7 @@ make sure to setup Graphene's AsyncioExecutor using the `executor` argument. ```python from graphql.execution.executors.asyncio import AsyncioExecutor from starlette.applications import Starlette +from starlette.graphql import GraphQLApp import graphene