☰
invoiceCreate
Creates an Invoice
Creates a Invoice with the inserted data. Returns the created Invoice
Function signature
invoiceCreate(companyId: Int!,data: InvoiceInsert!,options: InvoiceMutateOptions): Invoice!
Type
Arguments
Required fields are marked with "!"companyId: Int!
data: InvoiceInsert!
options: InvoiceMutateOptions