INPUT_OBJECT

InspectionInput

link GraphQL Schema definition

  • input InspectionInput {
  • # Inspection/Laboratory Testing Status. Either I, P, or S required for APHIS. Code
  • # I required for FWS if processing code is EDS.
  • status: InspectionStatus
  • # Requested or scheduled Date of Inspection, or Date of Previous
  • # Inspection/Laboratory Testing, or Arrival Date. Used by APHIS, FWS.
  • date: Date
  • # CBP Port code location of scheduled inspection. Required for APHIS if
  • # inspectionStatus is S or I.
  • locationPort: CBPPortCode
  • # UNLOCODE location of previously performed inspection, or scheduled inspection.
  • # Required for APHIS if inspectionStatus is P.
  • locationLOCODE: UNLOCODE
  • }