OBJECT

CDColorGrade

Colored diamond grading fields

link GraphQL Schema definition

  • type CDColorGrade {
  • # The color grade in terms of hue, tone, and saturation for diamonds on the
  • # colored diamond grading scale.
  • colored_diamond_color_grade: String
  • # Machine readable code indicating the color grade for a colored diamond.
  • colored_diamond_color_grade_code: ColoredDiamondColorGradeCode
  • # The color description for Fancy color diamonds that are either beyond the D-Z
  • # scale or which exhibit any other color face-up.
  • colored_diamond_color_description: String
  • }