SellerUserTypeCountableConnection
No description
type SellerUserTypeCountableConnection {
pageInfo: PageInfo!
edges: [SellerUserTypeCountableEdge!]!
totalCount: Int
}
Fields
SellerUserTypeCountableConnection.pageInfo ● PageInfo! non-null object
Pagination data for this connection.
SellerUserTypeCountableConnection.edges ● [SellerUserTypeCountableEdge!]! non-null object
SellerUserTypeCountableConnection.totalCount ● Int scalar
A total count of items in the collection.
Returned By
sellerUsers query
Member Of
Seller object