TrackableConnection
The connection type for Trackable.
type TrackableConnection {
edges: [TrackableEdge!]!
nodes: [Trackable!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
TrackableConnection.edges ● [TrackableEdge!]! non-null object
A list of all edges of the current page.
TrackableConnection.nodes ● [Trackable!]! non-null interface
A list of all nodes of the current page.
TrackableConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
TrackableConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.
Returned by
trackables query