CommentReactionType
No description
type CommentReactionType {
emoji: String
user: UserType
createdAt: String
}
Fields
CommentReactionType.emoji ● String scalar
The emoji used for the reaction
CommentReactionType.user ● UserType object
The user who reacted
CommentReactionType.createdAt ● String scalar
The date the reaction was created
Member of
CommentType object