OBJECT

FancyMeasurements

Measurements fields for round diamonds: length x width x depth.

link GraphQL Schema definition

  • type FancyMeasurements {
  • # Length.
  • length: Float!
  • # Width.
  • width: Float!
  • # Depth.
  • depth: Float!
  • }