OBJECT

ConstituentElement

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

link GraphQL Schema definition

  • type ConstituentElement {
  • # 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: Quantity
  • # Scientific name of the constituent element
  • scientificName: String
  • # The percentage (1-100) of the recycled material in the product/component. If the
  • # percent varies please indicate the average amount of recycled material. Only
  • # used for Paper, pulp, and paperboard.
  • percentage: Int
  • # Description code as defined by FWS.
  • fwsDescriptionCode: String
  • }