INPUT_OBJECT
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}