INPUT_OBJECT

ProductBatchUpdateParams

link GraphQL Schema definition

  • input ProductBatchUpdateParams {
  • # 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
  • }