docs: Add missing import

This commit is contained in:
Stein Magnus Jodal 2019-05-12 11:14:14 +02:00 committed by GitHub
parent d23bfd0d8f
commit 0156ff3926
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View 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