PotentialEventConnection
The connection type for PotentialEvent.
graphql
type PotentialEventConnection {
edges: [PotentialEventEdge]
facets: PotentialEventFacets
pageInfo: PageInfo!
totalCount: Int!
}
Fields
PotentialEventConnection.edges · [PotentialEventEdge] list object
A list of edges.
PotentialEventConnection.facets · PotentialEventFacets object
PotentialEventConnection.pageInfo · PageInfo! non-null object
Information to aid in pagination.
PotentialEventConnection.totalCount · Int! non-null scalar
Member Of
Admission object · EventTemplate object