python versrion upgrade, community type fix

This commit is contained in:
2022-06-16 14:44:36 +03:00
parent 12679808cf
commit dc2f62d300
7 changed files with 8 additions and 5 deletions

View File

@@ -331,6 +331,8 @@ type Community {
name: String!
desc: String
pic: String!
createdAt: DateTime!
createdBy: User!
}
type TopicStat {