Skip to main content

SellerEventTypeCountableConnection

A connection to a list of items.

type SellerEventTypeCountableConnection {
pageInfo: PageInfo!
edges: [SellerEventTypeCountableEdge!]!
totalCount: Int!
}

Fields

SellerEventTypeCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection

SellerEventTypeCountableConnection.edges ● [SellerEventTypeCountableEdge!]! non-null object

Contains the nodes in this connection

SellerEventTypeCountableConnection.totalCount ● Int! non-null scalar

Total quantity of existing nodes.

Returned By

sellerEvents query

Member Of

Seller object

Was this page helpful?