InvoiceUpdate
Result of invoice update mutation.
type InvoiceUpdate {
invoice: Invoice
invoiceErrors: [InvoiceError!]!
}
Fields
InvoiceUpdate.invoice ● Invoice object
The updated invoice.
InvoiceUpdate.invoiceErrors ● [InvoiceError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
invoiceUpdate mutation