fun node(path: String): Node
Manipulate node at given path (CRUD).
fun <T> node(path: String, options: Node.() -> T): T
Calculate a value using node at given path (e.g read property and return it).
fun node(path: String, properties: Map<String, Any?>): RepositoryResult
Shorthand method for creating or updating node at given path.