OBJECT
DiamondShape
The diamond shape details.
link GraphQL Schema definition
- type DiamondShape {
- # Shape category is Round R or Fancy F.
- ShapeCategory! :
- # Abbreviated shape.
- ShapeCode! :
- # Shape group such as Round or Square.
- String! :
- # Abbreviated shape group.
- ShapeGroupCode! :
- }