about in scheme
This commit is contained in:
parent
044bfa5bd4
commit
feb184d8e8
|
@ -51,6 +51,7 @@ type Author {
|
||||||
userpic: String
|
userpic: String
|
||||||
caption: String # only for full shout
|
caption: String # only for full shout
|
||||||
bio: String
|
bio: String
|
||||||
|
about: String
|
||||||
links: [String]
|
links: [String]
|
||||||
stat: AuthorStat
|
stat: AuthorStat
|
||||||
roles: [Role] # in different communities
|
roles: [Role] # in different communities
|
||||||
|
@ -370,6 +371,7 @@ type User {
|
||||||
updatedAt: DateTime
|
updatedAt: DateTime
|
||||||
ratings: [Rating]
|
ratings: [Rating]
|
||||||
bio: String
|
bio: String
|
||||||
|
about: String
|
||||||
notifications: [Int]
|
notifications: [Int]
|
||||||
communities: [Int] # user participating communities
|
communities: [Int] # user participating communities
|
||||||
oid: String
|
oid: String
|
||||||
|
|
Loading…
Reference in New Issue
Block a user