Neo4j/Cypher attempting to UNWIND a list of user ids, create one Notification and relationship to all users that were matched

前端 未结 0 1444
南笙
南笙 2021-02-01 23:31

I have this cypher query:

OPTIONAL MATCH (allMentionedUsers:User)
WHERE allMentionedUsers.id in $mentions
UNWIND allMentionedUsers as mentionedUser
CREATE (n:Noti         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题