RefundsChangeStatus
Updates the status of all specified refunds. All refunds must be able to make the state transition for any of them to update
type RefundsChangeStatus {
count: Int!
refundErrors: [RefundError!]!
}
Fields
RefundsChangeStatus.count ● Int! non-null scalar
Returns how many objects were affected.
RefundsChangeStatus.refundErrors ● [RefundError!]! non-null object
Returned By
refundsChangeStatus mutation