feat: add user profile settings tab

This commit is contained in:
Jordan Knott
2020-09-11 14:26:02 -05:00
parent 009d717d80
commit 923d7f7372
21 changed files with 636 additions and 25 deletions
+1
View File
@@ -78,6 +78,7 @@ type UserAccount {
createdAt: Time!
fullName: String!
initials: String!
bio: String!
role: Role!
username: String!
profileIcon: ProfileIcon!