deleteLineItem
This mutation is for deleting a line item from an exising invoice.
deleteLineItem(
invoiceId: ID!
lineItemId: ID!
): NewInvoiceResponsePayload
Arguments
deleteLineItem.invoiceId ● ID! non-null scalar
deleteLineItem.lineItemId ● ID! non-null scalar
Type
NewInvoiceResponsePayload object
The newly created invoice or an error related to the failed creation of the invoice.