OBJECT
LabGrownQualityAssessmentResults
Results for Laboratory-Grown Quality Assessment.
link GraphQL Schema definition
- type LabGrownQualityAssessmentResults {
- # 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.
- : String!
- # Any text, symbols, logos, or a unique GIA report number inscribed on the
- # diamond.
- : String
- # For GIA use only
- : String
- # Dimensions listed as 'minimum diameter – maximum diameter x depth' for round
- # shape and 'length x width x depth' for fancy shape.
- : String!
- # The outline of the diamond shape and the pattern of the facet arrangement
- # cutting style.
- : String!
- # Inscription graphics.
- : [InscriptionGraphic]
- }