Dear all,
Thanks to the brillliant request bellow, I'm able to add an ID to each nodes related to the network size where he belongs :
CALL gds.wcc.stream({
nodeProjection: "Entity",
relationshipProjection: "IRW"
})
YIELD nodeId, componentId
WITH comp...