CommentEdge
CommentEdge represents a unique Comment in a CommentsConnection.
type CommentEdge {
node: Comment!
cursor: Cursor!
}
Fields
CommentEdge.node
● Comment!
non-null object
node is the Comment for this edge.
CommentEdge.cursor
● Cursor!
non-null scalar
cursor is used in pagination.
Member Of
CommentsConnection
object ● CreateCommentPayload
object ● CreateCommentReplyPayload
object