cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

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
1 ACCEPTED SOLUTION

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

View solution in original post

2 REPLIES 2

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

Nodes 2022
Nodes
NODES 2022, Neo4j Online Education Summit

All the sessions of the conference are now available online