📄️ createNode
A function to create a node configured in your uix.config.ts file.
📄️ updateNode
A function to update a pre-existing node in your database and configured in your uix.config.ts file.
📄️ deleteNode
A function to delete a pre-existing node in your database
📄️ getNodeByKey
A function to get a pre-existing node from your database via a nodeKey
📄️ getNodeByIndex
A function to get a pre-existing node from your database via a defined unique index.
📄️ getAllOfNodeType
A function to get a all nodes of a certain node type.
📄️ getUniqueChildNode
A function to get a unique child node of a certain parent node.
📄️ getChildNodeSet
A function to get the node set of a node type from a certain parent node.
📄️ getVectorNodeByKey
A function to get a pre-existing vector node from your database via the parent's nodeKey