Neo.ClientError.Procedure.ProcedureCallFailed

CALL gds.graph.project('mytesis1', 'Character', ['MENTIONS|TWEET|REPLIES_TO'])

Neo.ClientError.Procedure.ProcedureCallFailed

Failed to invoke procedure `gds.graph.project`: Caused by: java.lang.IllegalArgumentException: Invalid relationship projection, one or more relationship types not found: 'MENTION|TWEET|REPLIES_TO'

I want to call 3 relations, how do I do that?

MM

Hi @IchsanALi - you need to pass a list of the relationships... ['MENTIONS', 'TWEET', 'REPLIES_TO'] Here's a link to the docs

Thanks, can ran
(migrated from khoros post Solved: Re: Neo.ClientError.Procedure.ProcedureCallFailed - Neo4j - 58838)