OBJECT

ProductBatch

A lot or batch, defining a resource produced at the same time in the same way. From DataFoodConsortium vocabulary https://datafoodconsortium.gitbook.io/dfc-standard-documentation/.

link GraphQL Schema definition

  • type ProductBatch {
  • # The standard unique identifier of the batch.
  • batchNumber: String!
  • # Expiration date of the batch, commonly used for food.
  • expiryDate: DateTime
  • id: ID!
  • # Date the batch was produced. Can be derived from the economic event of
  • # production.
  • productionDate: DateTime
  • }