cache-refactored-4
All checks were successful
Deploy on push / deploy (push) Successful in 48s

This commit is contained in:
2024-05-30 19:42:38 +03:00
parent 74e000c96b
commit 968935869e
4 changed files with 33 additions and 25 deletions

View File

@@ -174,9 +174,9 @@ type Invite {
}
type AuthorFollowsResult {
topics: [Int]
authors: [Int]
communities: [Int]
topics: [Topic]
authors: [Author]
communities: [Community]
error: String
}