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