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