GraphQL API
Search
No results matching "" found.
Configure your endpoint and create a unique link by saving it.
Hide
Save
Theme
Menu
Query
40
Mutation
3
delete_users
insert_users
update_users
Subscription
3
Object
67
Other
36
update_users
update data of the table: "users"
Arguments
_set
users_set_input
sets the columns of the filtered rows to the given values
where
users_bool_exp!
filter the rows which have to be updated
Returns
users_mutation_response
users_mutation_response
affected_rows
Int!
number of affected rows by the mutation
returning
[users!]!
data of the affected rows by the mutation
insert_users