PotentialEventEdge
An edge in a connection.
graphql
type PotentialEventEdge {
cursor: String!
node: PotentialEvent
}
Fields
PotentialEventEdge.cursor · String! non-null scalar
A cursor for use in pagination.
PotentialEventEdge.node · PotentialEvent object
The item at the end of the edge.
Member Of
PotentialEventConnection object