mirror of https://github.com/tiangolo/fastapi.git
Remove code examples for Python 3.8 in `graphql`
This commit is contained in:
parent
e5f3b78407
commit
16286b7c0d
|
|
@ -35,7 +35,7 @@ Depending on your use case, you might prefer to use a different library, but if
|
||||||
|
|
||||||
Here's a small preview of how you could integrate Strawberry with FastAPI:
|
Here's a small preview of how you could integrate Strawberry with FastAPI:
|
||||||
|
|
||||||
{* ../../docs_src/graphql/tutorial001.py hl[3,22,25] *}
|
{* ../../docs_src/graphql/tutorial001_py39.py hl[3,22,25] *}
|
||||||
|
|
||||||
You can learn more about Strawberry in the <a href="https://strawberry.rocks/" class="external-link" target="_blank">Strawberry documentation</a>.
|
You can learn more about Strawberry in the <a href="https://strawberry.rocks/" class="external-link" target="_blank">Strawberry documentation</a>.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue