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
insert_users
insert data into the table: "users"
Arguments
objects
[users_insert_input!]!
the rows to be inserted
on_conflict
users_on_conflict
on conflict condition
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
delete_users
update_users