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
- CountryCode :
- # Name of the constituent element
- String :
- # Whether the constituent element is an active ingredient
- Boolean :
- # Quantity of the constituent element
- QuantityInput :
- # Scientific name of the constituent element
- 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.
- Int :
- # Description code as defined by FWS.
- String :
- }