Skip to content

AggregatedIssueRelationEdge

An edge in a connection.

graphql
type AggregatedIssueRelationEdge {
  cursor: String!
  node: AggregatedIssueRelation!
}

Fields

AggregatedIssueRelationEdge.cursor ● String! non-null scalar

A cursor used in pagination.

AggregatedIssueRelationEdge.node ● AggregatedIssueRelation! non-null object

The item at the end of the edge.

Member Of

AggregatedIssueRelationConnection object

Released under the MIT License.