Commit b186d98
authored
feat(network-subgraphs): Add
Added new field to `Stream` entity: `Stream#idAsString`. It has same
value as in the `id` field. The field allows us do to substring queries
for the field id (by using `idAsString_contains` where clause).
This feature is needed e.g. in
streamr-dev/network#3132.idAsString field (#994)1 parent 454e428 commit b186d98
File tree
2 files changed
+3
-0
lines changed- packages/network-subgraphs
- src
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
0 commit comments