InvoiceUpdate Object
Updates an invoice.
type InvoiceUpdate {
invoiceErrors: [InvoiceError!]! @deprecated
errors: [InvoiceError!]!
invoice: Invoice
}
Fields
errors ● [InvoiceError!]!
invoice ● Invoice
Show deprecatedHide deprecated
invoiceErrors ● [InvoiceError!]!
DEPRECATED
Use errors field instead.
Returned By
invoiceUpdate mutation