OBJECT

AdvertSearchResponse

Advert search response payload.

link GraphQL Schema definition

  • type AdvertSearchResponse {
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # skipLogViewed: [Not documented]
  • adverts(after: String, first: Int, skipLogViewed: Boolean): AdvertsConnection!
  • applicableFilters: AdvertSearchApplicableFilters
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # skipLogViewed: [Not documented]
  • esAdverts(after: String, first: Int, skipLogViewed: Boolean): ESAdvertsConnection!
  • # Point in time ID of the index at which the search performs. Point in time ID
  • # expires after 1 minute
  • pointInTime: String
  • seoContent: SeoContent
  • }