Skip to content

Replace Query

The replace query is used to replace an entry with another entry. It is a combination with delete and insert.

Replace a entry

Replacing a collection entry with another.

query.set(yourField, value).where(id, yourId)

Last update: 2020-12-16