Skip to main content

updateLineItem

This mutation updates line items in an invoice.

updateLineItem(
invoiceId: ID!
lineItemId: ID!
lineItemData: UpdateLineItemDataInput
): NewInvoiceResponsePayload

Arguments

updateLineItem.invoiceId ● ID! non-null scalar

updateLineItem.lineItemId ● ID! non-null scalar

updateLineItem.lineItemData ● UpdateLineItemDataInput input

Type

NewInvoiceResponsePayload object

The newly created invoice or an error related to the failed creation of the invoice.