sellerUsers
List seller-user mappings, optionally filtered by email
sellerUsers(
email: String
before: String
after: String
first: Int
last: Int
): SellerUserTypeCountableConnection!
Arguments
sellerUsers.email ● String scalar
sellerUsers.before ● String scalar
Returns the items in the list that come before the specified cursor.
sellerUsers.after ● String scalar
Returns the items in the list that come after the specified cursor.
sellerUsers.first ● Int scalar
Returns the first n items from the list.
sellerUsers.last ● Int scalar
Returns the items in the list that come after the specified cursor.
Type
SellerUserTypeCountableConnection object
A connection to a list of items.