From: Philip Okiokio <55271518+philipokiokio@users.noreply.github.com> Date: Sun, 27 Oct 2024 15:18:53 +0000 (+0100) Subject: 📝 Update includes in `docs/en/docs/how-to/graphql.md` (#12564) X-Git-Tag: 0.115.4~46 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=50c6f801170ef991bc6df0095932314bf2f67d9a;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Update includes in `docs/en/docs/how-to/graphql.md` (#12564) --- diff --git a/docs/en/docs/how-to/graphql.md b/docs/en/docs/how-to/graphql.md index 2a4377d169..5d8f879d17 100644 --- a/docs/en/docs/how-to/graphql.md +++ b/docs/en/docs/how-to/graphql.md @@ -35,9 +35,9 @@ 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: -```Python hl_lines="3 22 25-26" -{!../../docs_src/graphql/tutorial001.py!} -``` + +{* ../../docs_src/graphql/tutorial001.py hl[3,22,25:26] *} + You can learn more about Strawberry in the Strawberry documentation.