OBJECT

SellerSearchResponse

Seller search response payload.

link GraphQL Schema definition

  • type SellerSearchResponse {
  • pagination: SellerSearchPagination! @deprecated( reason: "Use the relay style pagination on sellers directly" )
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • sellers(after: String, first: Int): SellersConnection!
  • seoContent: SeoContent
  • }