update_user
update data of the table: "user"
update_user(
_set: user_set_input
where: user_bool_exp!
): user_mutation_response
Arguments
update_user._set
● user_set_input
input
sets the columns of the filtered rows to the given values
update_user.where
● user_bool_exp!
non-null input
filter the rows which have to be updated
Type
user_mutation_response
object
response of any mutation on the table "user"