OBJECT

AdditionalStonesData

Additional Stones data associated to Jewelry

link GraphQL Schema definition

  • type AdditionalStonesData {
  • # Total number of additional stones
  • total_stones: String
  • # Stone type
  • stone_type: String
  • # Estimated range of clarity
  • estimated_clarity_range: String
  • # Estimated range of color
  • estimated_color_range: String
  • # Estimated total carat weight
  • estimated_total_carat_weight: String
  • # Shape and cutting style
  • shape_and_cutting_style: String
  • }