OBJECT

IdealReportResults

link GraphQL Schema definition

  • type IdealReportResults {
  • # The outline of the diamond shape and the pattern of the facet arrangement
  • #
  • # cutting style.
  • shape_and_cutting_style: String!
  • # Diamond dimensions listed as 'minimum diameter – maximum diameter x depth' for
  • #
  • # round diamonds and 'length x width x depth' for fancy-shaped diamonds.
  • measurements: 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!
  • # Light performance grade
  • light_performance_grade: String!
  • # Intense White Light, Minimal Light Leakage
  • brightness: String!
  • # Boldness and Distribution of Spectral Colors
  • fire: String!
  • # Balanced pattern of Bright and Dark Areas
  • contrast: String!
  • }