OBJECT

MeleeServicePackage

The GIA Melee Analysis Service separates natural, untreated diamonds from simulants, synthetic and HPHT treated natural diamonds, and sorts the screened diamonds by color range.

link GraphQL Schema definition

  • type MeleeServicePackage {
  • # Service results number.
  • service_results_number: String!
  • # Date of issue.
  • issue_date: String!
  • # The outline of the items when viewed face up.
  • melee_shape: String
  • # Dimension range for the items in this package, measured in millimeters. Listed
  • # as 'minimum diameter – maximum diameter'.
  • diameter: String
  • # Total weight of items in this package given in carats, recorded to the nearest
  • # hundredth of a carat.
  • total_carat_weight: String
  • # The color range of the items in this package. A D-to-Z color grade describes
  • # the absence of color ranging from colorless to light yellow or brown when
  • # compared to GIA Master Color Comparison Diamonds.
  • color_range: String
  • # The count of items contained in this package.
  • number_of_items: Int
  • # Describes the material tested in this package.
  • material_test_results: String
  • # Additional identifying characteristics or features that are not otherwise
  • # represented.
  • comments: String
  • }