CommentReacted
A reaction was left on a comment.
type CommentReacted {
id: ID!
isAdded: Boolean!
reaction: String!
}
Fields
CommentReacted.id ● ID! non-null scalar common
CommentReacted.isAdded ● Boolean! non-null scalar common
If reaction was added or removed.
CommentReacted.reaction ● String! non-null scalar common
The reaction emoji.
Implemented by
ChangeTypeUnion union