☰
taxCreate
Creates a Tax
Creates a Tax with the inserted data. Returns the created Tax
Function signature
taxCreate(companyId: Int!,data: TaxInsert!): Tax!
Type
Tax!
Arguments
Required fields are marked with "!"companyId: Int!
data: TaxInsert!