Re-adding display of comment date.

This commit is contained in:
David Jay
2017-01-24 12:24:30 -05:00
parent 9fbd1d3a77
commit 33d274386a
2 changed files with 4 additions and 0 deletions
@@ -2,6 +2,7 @@
fragment commentView on Comment {
id
body
created_at
user {
id
name: displayName
+3
View File
@@ -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 {