about in scheme

This commit is contained in:
tonyrewin 2022-12-09 08:54:26 +03:00
parent 044bfa5bd4
commit feb184d8e8

View File

@ -51,6 +51,7 @@ type Author {
userpic: String
caption: String # only for full shout
bio: String
about: String
links: [String]
stat: AuthorStat
roles: [Role] # in different communities
@ -370,6 +371,7 @@ type User {
updatedAt: DateTime
ratings: [Rating]
bio: String
about: String
notifications: [Int]
communities: [Int] # user participating communities
oid: String