address_mutation_response
response of any mutation on the table "address"
type address_mutation_response {
affected_rows: Int!
}
Fields
address_mutation_response.affected_rows
● Int!
non-null scalar
number of rows affected by the mutation
Returned By
insert_address
mutation