Skip to content

IMSIssueConnection

The connection type for IMSIssue.

graphql
type IMSIssueConnection {
  edges: [IMSIssueEdge!]!
  nodes: [IMSIssue!]!
  pageInfo: PageInfo!
  totalCount: Int!
}

Fields

IMSIssueConnection.edges ● [IMSIssueEdge!]! non-null object

A list of all edges of the current page.

IMSIssueConnection.nodes ● [IMSIssue!]! non-null object

A list of all nodes of the current page.

IMSIssueConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

IMSIssueConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Member Of

IMSIssueTemplate object ● IMSProject object ● Issue object

Released under the MIT License.