]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
docs: Add missing import 508/head
authorStein Magnus Jodal <stein.magnus@jodal.no>
Sun, 12 May 2019 09:14:14 +0000 (11:14 +0200)
committerGitHub <noreply@github.com>
Sun, 12 May 2019 09:14:14 +0000 (11:14 +0200)
docs/graphql.md

index 58989bdf74191c7945d36f3c6da688ff9cbc4ce0..2fb00a55e07bd3464898f45a76bbedbf9bf6941a 100644 (file)
@@ -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