invoiceUpdate
Updates an invoice.
invoiceUpdate(
id: ID!
input: UpdateInvoiceInput!
): InvoiceUpdate
Arguments
invoiceUpdate.id
● ID!
non-null scalar miscellaneous
ID of an invoice to update.
invoiceUpdate.input
● UpdateInvoiceInput!
non-null input orders
Fields to use when updating an invoice.
Type
InvoiceUpdate
object orders
Updates an invoice.