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