Custom attributes to Vertex and Edge #5508
Unanswered
xs2tarunkukreja
asked this question in
Q&A
Replies: 1 comment 3 replies
-
If I understand correctly, your requirement can be achieved by adding or removing the properties of the tag/edge? If yes, you can check out the 'alter' command, which provides powerful options to modify tag/edge properties. Here is the documentation: https://docs.nebula-graph.io/3.4.1/3.ngql-guide/10.tag-statements/3.alter-tag/. Please ensure that your user has the relevant operation permissions, as outlined in the permission documentation. Here is the documentation: https://docs.nebula-graph.io/3.4.1/7.data-security/1.authentication/3.role-list/. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My application have few entities with some fixed set of properties. But user can add any custom property as well. Is such scenario supported by Nebula Graph? If yes, then how?
Beta Was this translation helpful? Give feedback.
All reactions