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