Skip to content

Commit

Permalink
Unable to use FastAPI example as-is (#1157)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skeen committed Aug 19, 2021
1 parent afdc666 commit 3dacd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integrations/fastapi.md
Expand Up @@ -12,7 +12,7 @@ See below example for integrating FastAPI with Strawberry:
from fastapi import FastAPI
from strawberry.asgi import GraphQL

from api.schema import Schema
from api.schema import schema

graphql_app = GraphQL(schema)

Expand Down

0 comments on commit 3dacd2d

Please sign in to comment.