update_utterances
update data of the table: "utterances"
Input fields
_inc (
utterances_inc_input
)
increments the numeric columns with given value of the filtered values
_set (
utterances_set_input
)
sets the columns of the filtered rows to the given values
where (
utterances_bool_exp!
)
filter the rows which have to be updated
Return fields
affected_rows (
Int!
)
number of rows affected by the mutation
returning (
[utterances!]!
)
data from the rows affected by the mutation