Skip to main content

SellerEventTypeCountableConnection

No description

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

SellerEventTypeCountableConnection.totalCount ● Int scalar

A total count of items in the collection.

Returned By

sellerEvents query

Member Of

Seller object

Was this page helpful?