Homepage

records_update_all

Last edit: Jul 10, 2024

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

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