You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(network-subgraphs): Add idAsString field (#994)
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.
0 commit comments