TrackEventConnection
A connection object for a list of tracking events.
type TrackEventConnection {
edges: [TrackEventEdge]
pageInfo: PageInfo!
}
Fields
TrackEventConnection.edges
● [TrackEventEdge]
list object
A list of edges in the connection, each containing a TrackEvent node.
TrackEventConnection.pageInfo
● PageInfo!
non-null object
Information to aid in pagination.
Member Of
TrackInfo
object