OBJECT

GIAReportResults

link GraphQL Schema definition

  • type GIAReportResults {
  • # The grading results as shown on the GIA report.
  • report_results: AssociatedReportResults
  • # Unique GIA report number registered in GIA's database.
  • report_number: String
  • # The type of GIA report, in machine-readable format.
  • report_type_code: String
  • }