OBJECT
Comment
A comment of an entry
link GraphQL Schema definition
- type Comment {
- # User who created comment
- User :
- # The content of this comment
- String :
- # The date on which the comment was posted
- String :
- # User who created comment
- User :
- # The id of the entry associated with the comment
- String :
- # The unique identifier of the comment
- ID! :
- # Indicates when posting an emoji reaction
- Boolean :
- # User who created comment
- User :
- # the owner of the comment
- ID! :
- }