☰
productCategoryCreate
Creates a productCategory
Creates a productCategory with the inserted data. Returns the created productCategory
Function signature
productCategoryCreate(companyId: Int!,data: ProductCategoryInsert!): ProductCategory!
Type
Arguments
Required fields are marked with "!"companyId: Int!
data: ProductCategoryInsert!