CommentEdge
An edge that contains a node of type Comment and a cursor.
type CommentEdge {
node: Comment!
cursor: String!
}
Fields
CommentEdge.node
● Comment!
non-null object
The Comment node.
CommentEdge.cursor
● String!
non-null scalar
A unique cursor that can be used for pagination.
Member Of
CommentConnection
object