mirror of
https://github.com/wassname/talk.git
synced 2026-07-07 12:01:51 +08:00
Re-adding display of comment date.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
fragment commentView on Comment {
|
||||
id
|
||||
body
|
||||
created_at
|
||||
user {
|
||||
id
|
||||
name: displayName
|
||||
|
||||
@@ -61,6 +61,9 @@ type Comment {
|
||||
|
||||
# the current status of a comment.
|
||||
status: COMMENT_STATUS
|
||||
|
||||
# the time when the comment was created
|
||||
created_at: String!
|
||||
}
|
||||
|
||||
enum ITEM_TYPE {
|
||||
|
||||
Reference in New Issue
Block a user