Browse Source

Remove code examples for Python 3.8 in `graphql`

pull/14510/head
Yurii Motov 7 months ago
parent
commit
16286b7c0d
  1. 2
      docs/en/docs/how-to/graphql.md
  2. 0
      docs_src/graphql/tutorial001_py39.py

2
docs/en/docs/how-to/graphql.md

@ -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:
{* ../../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>.

0
docs_src/graphql/tutorial001.py → docs_src/graphql/tutorial001_py39.py

Loading…
Cancel
Save