INPUT_OBJECT

ConstituentElementInput

Provides data relating to the constituent element of a product/component

link GraphQL Schema definition

  • input ConstituentElementInput {
  • # Identifies each country in which a plant was harvested
  • harvestCountryCode: CountryCode
  • # Name of the constituent element
  • name: String
  • # Whether the constituent element is an active ingredient
  • activeIngredient: Boolean
  • # Quantity of the constituent element
  • quantity: QuantityInput
  • # Scientific name of the constituent element
  • scientificName: String
  • # Required only if scientific name is 'SPECIAL RECYCLED'. The percentage (1-100)
  • # of recycled material in the product/component is for paper, paperboard, and
  • # pulp. If the percentage varies indicate the average amount.
  • percentage: Int
  • # Description code as defined by FWS.
  • fwsDescriptionCode: String
  • }