Skip to content

Commit

Permalink
Fixed an issue with the formatting of the Entity Cache Invalidation d…
Browse files Browse the repository at this point in the history
…iagram
  • Loading branch information
andrewicarlson committed Nov 13, 2024
1 parent b7439d7 commit defd699
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/source/routing/performance/caching/entity.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ This entry contains an object with the `all` field to affect all subgraph reques
### Entity cache invalidation

```mermaid
%%{init: {"flowchart": {"htmlLabels": false}} }%%
flowchart RL
subgraph QueryResponse["Cache invalidation POST"]
n1["{
Expand All @@ -236,14 +235,14 @@ flowchart RL
end
subgraph PriceQueryFragment["Price Query Fragment (e.g. TTL 2200)"]
n2["` ̶{̶
n2[" ̶{̶
  " ̶p̶r̶i̶c̶e̶": ̶{̶
    " ̶i̶d̶": ̶1̶0̶1̶,
    " ̶p̶r̶o̶d̶u̶c̶t̶_̶i̶d̶": ̶1̶2̶,
    " ̶a̶m̶o̶u̶n̶t̶": ̶1̶5̶0̶0̶,
    "̶c̶u̶r̶r̶e̶n̶c̶y̶_̶c̶o̶d̶e̶": " ̶U̶S̶D̶"
   ̶}̶
̶}̶`"]
̶}̶"]
end
Router
Expand Down

0 comments on commit defd699

Please sign in to comment.