update_audit_logged_actions
update data of the table: "audit.logged_actions"
Input fields
audit_logged_actions_append_input)
append existing jsonb value of filtered columns with new jsonb value
audit_logged_actions_delete_at_path_input)
delete the field or element with specified path (for JSON arrays, negative integers count from the end)
audit_logged_actions_delete_elem_input)
delete the array element with specified index (negative integers count from the end). throws an error if top level container is not an array
audit_logged_actions_delete_key_input)
delete key/value pair or string element. key/value pairs are matched based on their key value
audit_logged_actions_inc_input)
increments the numeric columns with given value of the filtered values
audit_logged_actions_prepend_input)
prepend existing jsonb value of filtered columns with new jsonb value
audit_logged_actions_set_input)
sets the columns of the filtered rows to the given values
audit_logged_actions_bool_exp!)
filter the rows which have to be updated
Return fields
Int!)
number of rows affected by the mutation
[audit_logged_actions!]!)
data from the rows affected by the mutation