Skip to content

AggregatedIssueEdge

An edge in a connection.

graphql
type AggregatedIssueEdge {
  cursor: String!
  node: AggregatedIssue!
}

Fields

AggregatedIssueEdge.cursor ● String! non-null scalar

A cursor used in pagination.

AggregatedIssueEdge.node ● AggregatedIssue! non-null object

The item at the end of the edge.

Member Of

AggregatedIssueConnection object

Released under the MIT License.