Hi!
I'd like to inform that one of the queries on this tutorial is not the right one.
This is the query I am referring to:
I believe it should be:
CALL apoc.meta.relTypeProperties()
YIELD relType, sourceNodeLabels, targetNodeLabels, propertyName,...
I wasn't referring to the returned values but to the function itself. The one I shared on the screenshot is duplicated on the page and I believe the 2nd time it appears it should be the 2nd one (that's the one that worked for me).