We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51b32b5 commit 18139b7Copy full SHA for 18139b7
docs/architecture.md
@@ -75,13 +75,13 @@ graph LR;
75
end
76
77
subgraph highestValue
78
- req(Outgoing Query)-->sA[Subgraph A];
79
- sA-->d{HighestValueStrategy};
80
- d-->s1[Source 1];
81
- d-->s2[Source 2];
82
- s1-->synced["process"]
83
- s2-->synced
84
- synced-->|"max(_meta.block_number)"|d
+ req4(Outgoing Query)-->sA4[Subgraph A];
+ sA4-->d4{HighestValueStrategy};
+ d4-->s14[Source 1];
+ d4-->s24[Source 2];
+ s14-->synced4["process"]
+ s24-->synced4
+ synced4-->|"max(_meta.block_number)"|d4
85
86
```
87
0 commit comments