Merge branch 'master' into user-sort

This commit is contained in:
Chi Vinh Le
2017-08-24 20:09:44 +07:00
18 changed files with 55 additions and 100 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ type User {
username: String!
# creation date of user
created_at: String!
created_at: Date!
# Action summaries against the user.
action_summaries: [ActionSummary!]!