ENUM

AdvertSearchTypeEnum

Determines the shape of the results data.

link GraphQL Schema definition

  • enum AdvertSearchTypeEnum {
  • # Search results are aggregated by seller.
  • RETAILER
  • # Search results are returned as individual adverts.
  • ADVERT
  • }