Skip to main content

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.

BulkProductType.disposal ● Boolean scalar

BulkProductType.description ● String scalar

BulkProductType.deleted ● Boolean! non-null scalar

BulkProductType.lastUsed ● DateTime scalar