OBJECT
DiamondData
Additional data fields in machine-readable format.
link GraphQL Schema definition
- type DiamondData {
- # The shape details.
- : DiamondShape
- # The measurement details.
- : Measurements
- # The weight details.
- : Weight
- # The color grade.
- : DZColorGrade @deprecated( reason: "Please use color_grades field instead." )
- # The colored diamond grading fields
- : ColorGrade
- # The clarity grade.
- : ClarityGradeCode
- # The cut grade.
- : CutGradeCode
- # The polish grade.
- : PolishGradeCode
- # The symmetry grade.
- : SymmetryGradeCode
- # Fluorescence.
- : Fluorescence
- # Girdle condition.
- : Girdle
- # Culet size.
- : Culet
- # Inscription graphics.
- : [InscriptionGraphic]
- }