Homepage

records_update_all

Last edit: Jan 27, 2025

Update all records

records_update_all(
  _index_update: Boolean
  filter: RecordsFilterInput
  record: RecordInputType!
  sync: Boolean
  table: String!
): ObjectCount!

Arguments

_index_update (Boolean)

deprecated - Updates old customizations index, can get very slow for larger
amount of data, we recommend using JSON Documents instead

filter (RecordsFilterInput)

record (RecordInputType)

sync (Boolean)

Set to true if you want it to run synchronously

table (String)

Type

ObjectCount

Questions?

We are always happy to help with any questions you may have.

contact us