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