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