ENUM

AdvertsWhereSortFieldEnum

The field that is used to sort adverts

link GraphQL Schema definition

  • enum AdvertsWhereSortFieldEnum {
  • # Timestamp at which the advert was created.
  • CREATED_AT
  • # Timestamp at which the advert was updated.
  • UPDATED_AT
  • # Timestamp at which the advert was last submitted for vetting.
  • REQUIRES_VETTING_AT
  • # Timestamp at which the advert was rejected during the vetting process.
  • VETTING_REJECTED_AT
  • }