ENUM

Condition

The conditions the property should be in.

link GraphQL Schema definition

  • enum Condition {
  • # Fair conditions.
  • fair
  • # Good conditions.
  • good
  • # Mint conditions.
  • mint
  • # The property is new.
  • new
  • # Poor conditions.
  • poor
  • }