Object GitHub::PullRequestTimelineItemsConnection
The connection type for PullRequestTimelineItems.
Fields
edges: [PullRequestTimelineItemsEdge]
A list of edges.
filteredCount: Int!
Identifies the count of items after applying before
and after
filters.
nodes: [PullRequestTimelineItems]
A list of nodes.
pageCount: Int!
Identifies the count of items after applying before
/after
filters and first
/last
/skip
slicing.
pageInfo: PageInfo!
Information to aid in pagination.
totalCount: Int!
Identifies the total count of items in the connection.
updatedAt: DateTime!
Identifies the date and time when the timeline was last updated.