InvoiceUpdate
Updates an invoice.
type InvoiceUpdate {
invoiceErrors: [InvoiceError!]! @deprecated
errors: [InvoiceError!]!
invoice: Invoice
}
Fields
InvoiceUpdate.invoiceErrors
● [InvoiceError!]!
deprecated non-null object orders
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
InvoiceUpdate.errors
● [InvoiceError!]!
non-null object orders
InvoiceUpdate.invoice
● Invoice
object orders
Returned By
invoiceUpdate
mutation