INPUT_OBJECT
PGASourceInput
PGA source and processing data
link GraphQL Schema definition
- input PGASourceInput {
- # The type of source country. Used by APHIS, NHTSA.
- SourceCountryType :
- # The source country code of the line item. Used by APHIS.
- CountryCode :
- # The source geographic location of the line item. Used by APHIS.
- String :
- # The date when the processing for the product started. This includes the
- # harvesting vessel trip begin date. Used by APHIS.
- Date :
- # The date when the processing for the product ended. This includes the harvesting
- # vessel trip end date. Used by APHIS.
- Date :
- # The code identifying the method of processing used to make the product. This
- # includes the harvesting vessel's fishing gear. Used by APHIS and EPA.
- PGASourceProcessingTypeCode :
- # Text describing the processing methods. Required if processingTypeCode is other.
- # Used by APHIS.
- String :
- }