feat: admin edit user - activity panel

This commit is contained in:
NGPixel
2020-04-05 19:30:02 -04:00
committed by Nicolas Giard
parent 1e4d513252
commit 80ee45ae4f
6 changed files with 82 additions and 49 deletions

View File

@@ -122,6 +122,7 @@ type User {
timezone: String!
createdAt: Date!
updatedAt: Date!
lastLoginAt: Date
groups: [Group]!
}