sellers
List of sellers
sellers(
filter: SellerFilterInput
sortBy: SellerSortingInput
before: String
after: String
first: Int
last: Int
): SellerCountableConnection
Arguments
sellers.filter ● SellerFilterInput input
Filtering options for sellers
sellers.sortBy ● SellerSortingInput input
Sort sellers
sellers.before ● String scalar
Return the elements in the list that come before the specified cursor.
sellers.after ● String scalar
Return the elements in the list that come after the specified cursor.
sellers.first ● Int scalar
Return the first n elements from the list.
sellers.last ● Int scalar
Return the last n elements from the list.