created_at is a Date

This commit is contained in:
Chi Vinh Le
2017-08-23 20:14:55 +07:00
parent 4dd20260a8
commit ceba418e28
+1 -1
View File
@@ -76,7 +76,7 @@ type User {
username: String!
# creation date of user
created_at: String!
created_at: Date!
# Action summaries against the user.
action_summaries: [ActionSummary!]!