CommentReactionsEdge
A CommentReaction edge in the connection.
type CommentReactionsEdge {
cursor: Cursor
node: CommentReaction!
}
Fields
CommentReactionsEdge.cursor ● Cursor scalar
A cursor for use in pagination.
CommentReactionsEdge.node ● CommentReaction! non-null object
The CommentReaction at the end of the edge.
Member Of
CommentReactionsConnection object ● CreateCommentReactionPayload object ● DeleteCommentReactionPayload object ● UpsertCommentReactionPayload object