OBJECT

GIAReportResultsSummary

GIA Report Results Summary

link GraphQL Schema definition

  • type GIAReportResultsSummary {
  • # Total number of stones
  • total_stones: String
  • # Shape and cutting style
  • shape_and_cutting_style: String
  • # Total carat weight
  • carat_weight: String
  • # Color
  • color: String
  • # Clarity
  • clarity: String
  • # Cut
  • cut: String
  • # Measurement
  • measurements: String
  • # Inscriptions
  • inscriptions: String
  • # Inscription graphics
  • inscription_graphics: [InscriptionGraphic]
  • }