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