Skip to content

IssueRelationTypeConnection

The connection type for IssueRelationType.

graphql
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

Released under the MIT License.