OBJECT
Comment
This represents an Comment
link GraphQL Schema definition
- type Comment {
- String :
- DateTime :
- String :
- String :
- Account :
- Account :
- # Returns a map of reactions counts for this comment
- JSON :
- # Returns the list of reactions added to this comment by logged in user
- String] : [
- Account @deprecated( reason: "2020-02-25: Please use fromAccount" ) :
- Account @deprecated( reason: "2020-02-25: Please use account" ) :
- }