records_update_all
Last edit: Nov 10, 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