user_updates
No description
input user_updates {
_set: user_set_input
where: user_bool_exp!
}
Fields
user_updates._set ● user_set_input input
sets the columns of the filtered rows to the given values
user_updates.where ● user_bool_exp! non-null input
filter the rows which have to be updated
Member Of
update_user_many mutation