Skip to main content
Version: 3.x

OrderEventCountableConnection

No description

type OrderEventCountableConnection {
pageInfo: PageInfo!
edges: [OrderEventCountableEdge!]!
totalCount: Int
}

Fields

OrderEventCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection.

OrderEventCountableConnection.edges ● [OrderEventCountableEdge!]! non-null object

OrderEventCountableConnection.totalCount ● Int scalar

A total count of items in the collection.

Returned by

homepageEvents query


Was this page helpful?