Pallet
No description
type Pallet {
createdAt: ISO8601DateTime
gtin: String
height: Decimal
id: ID
length: Decimal
quantity: Int
updatedAt: ISO8601DateTime
weight: Decimal
width: Decimal
}
Fields
Pallet.createdAt
● ISO8601DateTime
scalar
Pallet.gtin
● String
scalar
Pallet.height
● Decimal
scalar
Pallet.id
● ID
scalar
Pallet.length
● Decimal
scalar
Pallet.quantity
● Int
scalar
Pallet.updatedAt
● ISO8601DateTime
scalar
Pallet.weight
● Decimal
scalar
Pallet.width
● Decimal
scalar
Member Of
Product
object