user_mutation_response
response of any mutation on the table "user"
type user_mutation_response {
affected_rows: Int!
returning: [user!]!
}
Fields
user_mutation_response.affected_rows
● Int!
non-null scalar
number of rows affected by the mutation
user_mutation_response.returning
● [user!]!
non-null object
data from the rows affected by the mutation
Returned By
insert_user
mutation ● update_user_many
mutation ● update_user
mutation