commynity-cudl
All checks were successful
Deploy on push / deploy (push) Successful in 1m5s

This commit is contained in:
2024-10-21 16:42:30 +03:00
parent c6f160c8cf
commit a4e48eb3f4
6 changed files with 106 additions and 4 deletions

View File

@@ -85,3 +85,10 @@ input NotificationSeenInput {
notifications: [Int]
thread: Int
}
input CommunityInput {
slug: String
name: String
desc: String
pic: String
}