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