OBJECT
SellerSearchResponse
Seller search response payload.
link GraphQL Schema definition
- type SellerSearchResponse {
- 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.
- String, : Int): SellersConnection! ( :
- SeoContent :
- }