IssueStateConnection
The connection type for IssueState.
type IssueStateConnection {
edges: [IssueStateEdge!]!
nodes: [IssueState!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
IssueStateConnection.edges
● [IssueStateEdge!]!
non-null object
A list of all edges of the current page.
IssueStateConnection.nodes
● [IssueState!]!
non-null object
A list of all nodes of the current page.
IssueStateConnection.pageInfo
● PageInfo!
non-null object
Information to aid in pagination.
IssueStateConnection.totalCount
● Int!
non-null scalar
Identifies the total count of items in the connection.
Member of
IssueTemplate
object