OBJECT

JewelryGradingReportResults

Results for jewelry grading report

link GraphQL Schema definition

  • type JewelryGradingReportResults {
  • # GIA report results
  • gia_report_results: [GIAReportResults]
  • # GIA report results summary
  • gia_report_results_summary: GIAReportResultsSummary
  • # Additional stones information
  • additional_stones: [AdditionalStonesData]
  • # Image comments
  • image_comments: String
  • # Jewelry description
  • item_description: String
  • # Metal information
  • metal_tested_as: String
  • # Jewelry weight
  • item_weight: String
  • # Inscriptions
  • inscriptions: String
  • # Inscription graphics
  • inscription_graphics: [InscriptionGraphic]
  • # Stampings
  • stampings: String
  • # Stamping graphics
  • stamping_graphics: [StampingGraphic]
  • # Center stone
  • center_stone: String
  • # Estimated total carat weight
  • estimated_total_carat_weight: String
  • # Total stones
  • total_stones: String
  • # Report comments
  • report_comments: String
  • }