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