An edge in a connection.
type IssueCommentEdge { cursor: String! node: IssueComment! }
IssueCommentEdge.cursor
String!
A cursor used in pagination.
IssueCommentEdge.node
IssueComment!
The item at the end of the edge.
IssueCommentConnection object
IssueCommentConnection
IssueCommentEdge
An edge in a connection.
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
IssueCommentConnectionobject