logs-fix
All checks were successful
Deploy to core / deploy (push) Successful in 1m44s

This commit is contained in:
2024-01-30 14:00:53 +03:00
parent e28f03d7db
commit fceb3b61c7
2 changed files with 3 additions and 4 deletions

View File

@@ -349,7 +349,7 @@ type Query {
get_authors_all: [Author]
get_author_followers(slug: String, user: String, author_id: Int): [Author]
get_author_followed(slug: String, user: String, author_id: Int): [Author]
load_authors_by(by: AuthorsBy, limit: Int, offset: Int): [Author]
load_authors_by(by: AuthorsBy!, limit: Int, offset: Int): [Author]
# community
get_community: Community