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
Hi, I am following up on the documentation, it's still not clear what I am getting back:
n1.outgoing # Get nodes related by outgoing relationships
n1.incoming # Get nodes related by incoming relationships
n1.both # Get nodes related by any relationships
The output should be nodes, but I get Neography:RelationshipTraversal.
grateful_nodes = node.outgoing(:gratefulFor)
`grateful_nodes.methods'
The list includes things like:
How do I find the usage or definitions I know some of these things seem similar to methods for an array.
But I am interested in filter and uniqueness, for example.
The text was updated successfully, but these errors were encountered: