IssueRelationTypeEdge
An edge in a connection.
graphql
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