0.7.5-topicfix

This commit is contained in:
2025-07-03 00:20:10 +03:00
parent 27c5a57709
commit 441cca8045
19 changed files with 2008 additions and 3213 deletions

View File

@@ -246,6 +246,8 @@ extend type Query {
search: String
status: String
): AdminInviteListResponse!
# Запросы для управления топиками
adminGetTopics(community_id: Int!): [Topic!]!
}
extend type Mutation {