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]
- String, : Int, : Boolean): AdvertsConnection! ( :
- 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]
- String, : Int, : Boolean): ESAdvertsConnection! ( :
- # Point in time ID of the index at which the search performs. Point in time ID
- # expires after 1 minute
- String :
- SeoContent :
- }