Skip to main content

CommentEdge

CommentEdge represents a unique Comment in a CommentsConnection.

type CommentEdge {  node: Comment!  cursor: Cursor!}

Fields#

node (Comment!)#

node is the Comment for this edge.

cursor (Cursor!)#

cursor is used in pagination.