Skip to main content

POEventConnection

The connection type for POEvent.

type POEventConnection {
edges: [POEventEdge]
nodes: [POEvent]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

POEventConnection.edges ● [POEventEdge] list object

A list of edges.

POEventConnection.nodes ● [POEvent] list object

A list of nodes.

POEventConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

POEventConnection.totalCount ● Int! non-null scalar

Total count of items in the connection, without considering pagination.

Returned By

supplyPOEvents query