Hello,
I just would like to know, How I can convert this cap node js expression (update where) into SDK Javascript?
await tx.run(UPDATE(testEntity).set({ city: dataCity, country: dataCountry }).where({ id: id, postcode: dataPostcode }))
Thank you very much