An Interface is an abstract type that includes a certain set of fields that a type must include to implement the interface.
CommentInterface
for Comment
returnable types.
The id of the current AssetCommentReply
.
The User
representing the creator.
The DateTime
of creation.
The User
representing the last modifier.
The DateTime
of the last modification.
The content of the AssetCommentReply
. Contains User
mentions in the format @[user:USER_ID].
Mentioned User
list in the content
field.