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