remove topic id; topic children as json column

This commit is contained in:
knst-kotov
2021-12-12 12:44:54 +03:00
parent e8780cfb86
commit d00488a458
7 changed files with 11 additions and 35 deletions

View File

@@ -235,7 +235,6 @@ type User {
ratings: [Rating]
bio: String
notifications: [Int]
topics: [String] # user subscribed topics
communities: [Int] # user participating communities
old_id: String
}