Skip to content
Discussion options

You must be logged in to vote

Yes, that is well possible. Note that metapath is a list of tuples, e.g.:

[
    (author, writes, paper),
    (paper, cites, paper),
    (paper, written_by, author),
    ...
]

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by nabihach
Comment options

You must be logged in to vote
2 replies
@rusty1s
Comment options

@nabihach
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants