sellers
List sellers (MPO only)
sellers(
filter: SellerFilterInput
sortBy: SellerSortingInput
before: String
after: String
first: Int
last: Int
): SellerCountableConnection!
Arguments
sellers.filter ● SellerFilterInput input
sellers.sortBy ● SellerSortingInput input
sellers.before ● String scalar
Returns the items in the list that come before the specified cursor.
sellers.after ● String scalar
Returns the items in the list that come after the specified cursor.
sellers.first ● Int scalar
Returns the first n items from the list.
sellers.last ● Int scalar
Returns the items in the list that come after the specified cursor.
Type
SellerCountableConnection object
A connection to a list of items.