Browse Source

📝 Update Mermaid chart

pull/14262/head
Sebastián Ramírez 9 months ago
parent
commit
b0a7d594df
  1. 4
      docs/en/docs/tutorial/dependencies/dependencies-with-yield.md

4
docs/en/docs/tutorial/dependencies/dependencies-with-yield.md

@ -217,9 +217,9 @@ participant operation as Path Operation
client ->> dep_req: Start request
Note over dep_req: Run code up to yield
dep_req ->> dep_func:
dep_req ->> dep_func: Pass dependency
Note over dep_func: Run code up to yield
dep_func ->> operation: Run path operation
dep_func ->> operation: Run path operation with dependency
operation ->> dep_func: Return from path operation
Note over dep_func: Run code after yield
Note over dep_func: ✅ Dependency closed

Loading…
Cancel
Save