Skip to main content

SellerUserTypeCountableConnection

A connection to a list of items.

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

Contains the nodes in this connection

SellerUserTypeCountableConnection.totalCount ● Int! non-null scalar

Total quantity of existing nodes.

Returned By

sellerUsers query

Member Of

Seller object

Was this page helpful?