OBJECT

ClarityCharacteristic

A clarity characteristic listed in the key to symbols.

link GraphQL Schema definition

  • type ClarityCharacteristic {
  • # The sort order for this characteristic.
  • order: Int!
  • # The clarity characteristic description.
  • characteristic: String!
  • # Characteristic image.
  • image: String
  • # The location of the clarity characteristic.
  • location: String
  • }