Skip to content

IssueRelationEdge ​

An edge in a connection.

graphql
type IssueRelationEdge {
  cursor: String!
  node: IssueRelation!
}

Fields ​

IssueRelationEdge.cursor ● String! non-null scalar ​

A cursor used in pagination.

IssueRelationEdge.node ● IssueRelation! non-null object ​

The item at the end of the edge.

Member Of ​

IssueRelationConnection object

Released under the MIT License.