OBJECT
IssueTimelineConnection
The connection type for IssueTimelineItem.
link GraphQL Schema definition
- type IssueTimelineConnection {
- # A list of edges.
- IssueTimelineItemEdge] : [
- # A list of nodes.
- IssueTimelineItem] : [
- # Information to aid in pagination.
- PageInfo! :
- # Identifies the total count of items in the connection.
- Int! :
- }