✏️ Update Strawberry integration docs (#13155)

This commit is contained in:
Kinuax
2025-01-06 12:24:17 +01:00
committed by GitHub
parent 6e60d0a056
commit b0e70cb37e
2 changed files with 4 additions and 5 deletions

View File

@@ -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:26] *}
{* ../../docs_src/graphql/tutorial001.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>.