RefundsChangeStatus
Result of bulk refund status change mutation.
type RefundsChangeStatus {
count: Int!
refundErrors: [RefundError!]!
}
Fields
RefundsChangeStatus.count ● Int! non-null scalar
Number of refunds updated.
RefundsChangeStatus.refundErrors ● [RefundError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
refundsChangeStatus mutation