OBJECT
The connection type for Issue.
type IssueConnection {# A list of edges.edges: [IssueEdge] # A list of nodes.nodes: [Issue] # Information to aid in pagination.pageInfo: PageInfo! # Identifies the total count of items in the connection.totalCount: Int! }