InvoiceUpdate
Updates an invoice.
type InvoiceUpdate {
invoiceErrors: [InvoiceError!]!
invoice: Invoice
}
Fields
InvoiceUpdate.invoiceErrors ● [InvoiceError!]! non-null object
InvoiceUpdate.invoice ● Invoice object
Returned By
invoiceUpdate mutation