OBJECT

DiamondShape

The diamond shape details.

link GraphQL Schema definition

  • type DiamondShape {
  • # Shape category is Round R or Fancy F.
  • shape_category: ShapeCategory!
  • # Abbreviated shape.
  • shape_code: ShapeCode!
  • # Shape group such as Round or Square.
  • shape_group: String!
  • # Abbreviated shape group.
  • shape_group_code: ShapeGroupCode!
  • }