CommentsEdge
A Comment edge in the connection.
type CommentsEdge {
cursor: Cursor
node: Comment!
}
Fields
CommentsEdge.cursor ● Cursor scalar
A cursor for use in pagination.
CommentsEdge.node ● Comment! non-null object
The Comment at the end of the edge.
Member Of
CommentsConnection object ● CreateCommentPayload object ● DeleteCommentPayload object ● RecoverCommentPayload object ● UpdateCommentPayload object