default user role; updateProfile method

This commit is contained in:
knst-kotov
2021-12-08 15:51:30 +03:00
parent 8092d8a262
commit 6e939f43db
9 changed files with 70 additions and 15 deletions

View File

@@ -36,9 +36,10 @@ input ShoutInput {
}
input ProfileInput {
email: String
username: String
name: String
userpic: String
links: [String]
bio: String
}
input CommunityInput {