createInvoice
This mutation is for creating a new invoice.
createInvoice(
invoiceData: NewInvoiceDataInput
): NewInvoiceResponsePayload
Arguments
createInvoice.invoiceData ● NewInvoiceDataInput input
Type
NewInvoiceResponsePayload object
The newly created invoice or an error related to the failed creation of the invoice.