☰
productCreate
Creates a product
Creates a product with the inserted data. Returns the created product
Function signature
productCreate(companyId: Int!,data: ProductInsert!): Product!
Type
Arguments
Required fields are marked with "!"companyId: Int!
data: ProductInsert!