WarehouseCreate
Result of warehouseCreate mutation.
type WarehouseCreate {
warehouse: Warehouse
warehouseErrors: [WarehouseError!]!
}
Fields
WarehouseCreate.warehouse ● Warehouse object
The created warehouse.
WarehouseCreate.warehouseErrors ● [WarehouseError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
warehouseCreate mutation