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.

Difference between editor and publisher role in neo4j

Hello team ,

I want to know what is the difference in "Editor" & "Publisher" role in neo4j ?
Will be great if query is shared in both the case { editor and publisher }.

Available on website is given below:

publisher
Read/write access to the data graph.

editor
Read/write access to the data graph.
Write access limited to creating and changing existing properties key, node labels, and relationship types of the graph.

Regards
AM

2 REPLIES 2

An editor is limited to manage already declared types (labels, relationship types, property keys. publisher additionally can create new labels, relationship types and property keys.

Hello Stefan,

Thanks for providing the meaningful information.

Now what i understood is , Using editor role , I can create a node in already defined label and set /unset the properties but NEW label creation is not allowed.

I hope above understanding is correct.

Regards
Akshat