This commit is contained in:
2022-12-02 11:47:55 +03:00
parent 11655b31ae
commit e90099ae53
5 changed files with 29 additions and 22 deletions

View File

@@ -108,10 +108,12 @@ input ShoutInput {
}
input ProfileInput {
slug: String
name: String
userpic: String
links: [String]
bio: String
about: String
}
input TopicInput {