OBJECT

PGASource

PGA source and processing data

link GraphQL Schema definition

  • type PGASource {
  • # The type of source country. Used by APHIS, NHTSA, DEA, FWS.
  • countryType: SourceCountryType
  • # The source country code of the line item. Used by APHIS, DEA, FWS.
  • country: CountryCode
  • # The source geographic location of the line item. Used by APHIS, FWS.
  • geographicLocation: 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
  • }