diff --git a/website/src/docs/hotchocolate/execution-engine/index.md b/website/src/docs/hotchocolate/execution-engine/index.md index 63200065360..41d83661a8b 100644 --- a/website/src/docs/hotchocolate/execution-engine/index.md +++ b/website/src/docs/hotchocolate/execution-engine/index.md @@ -8,6 +8,10 @@ In this section we will learn about the Hot Chocolate execution engine. src="https://www.youtube.com/embed/Ut33sSTYmgw"frameborder="0" allowfullscreen> + + # Request Middleware The GraphQL execution is abstracted into a request pipeline composed of many request middleware. Each request middleware represents one part of executing a GraphQL request, like the parsing of the GraphQL request document or the semantical validation of the GraphQL request document.