invoiceUpdate Mutation
Updates an invoice.
invoiceUpdate(
id: ID!
input: UpdateInvoiceInput!
): InvoiceUpdate
Show return type
Arguments
id ● ID!
ID of an invoice to update.
input ● UpdateInvoiceInput!
Fields to use when updating an invoice.
Type
InvoiceUpdate
Updates an invoice.