BulkProductType
No description
type BulkProductType {
_id: ObjectId!
company: ObjectId!
name: String!
productType: ProductType!
disposal: Boolean
description: String
deleted: Boolean!
lastUsed: DateTime
}
Fields
BulkProductType._id ● ObjectId! non-null scalar
BulkProductType.company ● ObjectId! non-null scalar
BulkProductType.name ● String! non-null scalar
BulkProductType.productType ● ProductType! non-null enum
Specifies whether the bulk product is solid, liquid, or gas.