IssueRelationTypeEdge
An edge in a connection.
type IssueRelationTypeEdge {
cursor: String!
node: IssueRelationType!
}
Fields
IssueRelationTypeEdge.cursor
● String!
non-null scalar
A cursor used in pagination.
IssueRelationTypeEdge.node
● IssueRelationType!
non-null object
The item at the end of the edge.
Member of
IssueRelationTypeConnection
object