INPUT_OBJECT

ProductBatchCreateParams

link GraphQL Schema definition

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