Skip to content

Commit

Permalink
Added a title to the invalidation diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewicarlson committed Nov 13, 2024
1 parent defd699 commit 4dc0751
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/source/routing/performance/caching/entity.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ flowchart RL
}"]
end



subgraph Subgraphs["Subgraphs"]
Purchases["Purchases"]
Inventory["Inventory"]
Expand Down Expand Up @@ -216,6 +214,10 @@ This entry contains an object with the `all` field to affect all subgraph reques
### Entity cache invalidation

```mermaid
---
title: Invalidating an Entity Cache
---
flowchart RL
subgraph QueryResponse["Cache invalidation POST"]
n1["{
Expand Down

0 comments on commit 4dc0751

Please sign in to comment.