INPUT_OBJECT

PGASourceInput

PGA source and processing data

link GraphQL Schema definition

  • input PGASourceInput {
  • # The type of source country. Used by APHIS, NHTSA.
  • countryType: SourceCountryType
  • # The source country code of the line item. Used by APHIS.
  • country: CountryCode
  • # The source geographic location of the line item. Used by APHIS.
  • sourceGeographicLocation: String
  • # The date when the processing for the product started. This includes the
  • # harvesting vessel trip begin date. Used by APHIS.
  • processingStartDate: Date
  • # The date when the processing for the product ended. This includes the harvesting
  • # vessel trip end date. Used by APHIS.
  • processingEndDate: 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.
  • processingTypeCode: PGASourceProcessingTypeCode
  • # Text describing the processing methods. Required if processingTypeCode is other.
  • # Used by APHIS.
  • processingDescription: String
  • }