This commit is contained in:
2022-08-22 18:04:47 +03:00
parent 68212b4ecf
commit 2021b8ead9
3 changed files with 15 additions and 1 deletions

View File

@@ -380,7 +380,7 @@ type Author {
name: String!
userpic: String
caption: String # only for full shout
bio: strings
bio: String
links: [String]
}