mirror of https://github.com/encode/starlette.git
docs: Add missing import
This commit is contained in:
parent
d23bfd0d8f
commit
0156ff3926
|
@ -75,6 +75,7 @@ make sure to setup Graphene's AsyncioExecutor using the `executor` argument.
|
||||||
```python
|
```python
|
||||||
from graphql.execution.executors.asyncio import AsyncioExecutor
|
from graphql.execution.executors.asyncio import AsyncioExecutor
|
||||||
from starlette.applications import Starlette
|
from starlette.applications import Starlette
|
||||||
|
from starlette.graphql import GraphQLApp
|
||||||
import graphene
|
import graphene
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue