OBJECT

LabGrownQualityAssessmentResults

Results for Laboratory-Grown Quality Assessment.

link GraphQL Schema definition

  • type LabGrownQualityAssessmentResults {
  • # Assessment Result
  • assessment_result: String!
  • # Weight given in carats, recorded to the nearest hundredth of a carat. One
  • # carat is equal to 1/5 of a gram.
  • carat_weight: String!
  • # Any text, symbols, logos, or a unique GIA report number inscribed on the
  • # diamond.
  • inscriptions: String
  • # For GIA use only
  • inscription_reference_id: String
  • # Dimensions listed as 'minimum diameter – maximum diameter x depth' for round
  • # shape and 'length x width x depth' for fancy shape.
  • measurements: String!
  • # The outline of the diamond shape and the pattern of the facet arrangement
  • # cutting style.
  • shape_and_cutting_style: String!
  • # Inscription graphics.
  • inscription_graphics: [InscriptionGraphic]
  • }