graph.as Build and Edit Data Graphs Dynamically You can set a value in a node: https://graph.as/set/User.123?prop=value&anotherProp=whatever Then you can get the value of a node: https://graph.as/User.123 { "prop": "value", "anotherProp": "whatever" }