Update Restriction
Erroneous Code Example
This error occurs when you try to perform an update operation on something other than nodes or edges. In this example, theupdate step is used on a vector type which is not allowed yet.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
🚀 CLI v2 is now live! See Getting Started for details.
update step is used on a vector type which is not allowed yet.
Query updateVector(vectorId: ID) =>
vector <- V<Vector>(vectorId)::UPDATE({field1: "updated value"})
Was this page helpful?