I am trying this query
match (t:Trip),(s:User)
CALL apoc.when(exists((t)--(s)), 'create (h:hhh) return h', 'create (h:hhh) return h'
) yield value return value
but getting this error
Neo.ClientError.Security.Forbidden: Write operations are not all...