BulkProduct
No description
type BulkProduct {
_id: ObjectId!
company: ObjectId!
loadingStopIndex: Int!
loadingReference: String!
unloadingStopIndex: Int!
unloadingReference: String
loadingQuantity: Float
loadingQuantityUnit: BulkProductQuantityUnit!
unloadingQuantity: Float
unloadingQuantityUnit: BulkProductQuantityUnit!
price: Float
cost: Float
description: String
bulkProductType: BulkProductType!
deleted: Boolean!
}
Fields
BulkProduct._id ● ObjectId! non-null scalar
BulkProduct.company ● ObjectId! non-null scalar
BulkProduct.loadingStopIndex ● Int! non-null scalar
BulkProduct.loadingReference ● String! non-null scalar
BulkProduct.unloadingStopIndex ● Int! non-null scalar
BulkProduct.unloadingReference ● String scalar
BulkProduct.loadingQuantity ● Float scalar
BulkProduct.loadingQuantityUnit ● BulkProductQuantityUnit! non-null enum
BulkProduct.unloadingQuantity ● Float scalar
BulkProduct.unloadingQuantityUnit ● BulkProductQuantityUnit! non-null enum
BulkProduct.price ● Float scalar
BulkProduct.cost ● Float scalar
BulkProduct.description ● String scalar
BulkProduct.bulkProductType ● BulkProductType! non-null object
References the used bulk product type.