OrderEventCountableConnection
No description
type OrderEventCountableConnection {
pageInfo: PageInfo!
edges: [OrderEventCountableEdge!]!
totalCount: Int
}
Fields
OrderEventCountableConnection.pageInfo
● PageInfo!
non-null object miscellaneous
Pagination data for this connection.
OrderEventCountableConnection.edges
● [OrderEventCountableEdge!]!
non-null object orders
OrderEventCountableConnection.totalCount
● Int
scalar miscellaneous
A total count of items in the collection.
Returned By
homepageEvents
query