sellerUsers
No description
sellerUsers(
email: String
before: String
after: String
first: Int
last: Int
): SellerUserTypeCountableConnection
Arguments
sellerUsers.email ● String scalar
Email of the user in the seller-user mapping
sellerUsers.before ● String scalar
Return the elements in the list that come before the specified cursor.
sellerUsers.after ● String scalar
Return the elements in the list that come after the specified cursor.
sellerUsers.first ● Int scalar
Return the first n elements from the list.
sellerUsers.last ● Int scalar
Return the last n elements from the list.