I want to export my cypher graph using "CALL apoc.export.graphml.query" method. In this code, there is SET property and when i execute this code then i get an error as;
Set property for property 'time' on database 'neo4j' is not allowed for user 'neo4j' with roles [PUBLIC, admin, architect, editor, overridden, publisher, reader] overridden by READ.
However, this code works fine alone but inside apoc.export.graphml.query, i get an error like above.
No. It is hard coded in the procedure’s definition itself. Each custom procedure is defined with a mode of read or write. This procedure’s mode is read.