update
Query updateVector(vectorId: ID) => vector <- V<Vector>(vectorId)::UPDATE({field1: "updated value"})
Was this page helpful?