record_update
Last edit: Jan 27, 2025
Updates a record
record_update(
_index_update: Boolean = true
form_name: String
id: ID!
record: RecordInputType!
): Record!
Arguments
_index_update
(Boolean
)
deprecated - Updates old customizations index, can get very slow for larger
amount of data, we recommend using JSON Documents instead
form_name
(String
)
name of the form which whitelist attributes which can be saved. All
notifications and callbacks associated with the form will be triggered. if
left blank, all attributes will be allowed