get-authors-all
All checks were successful
deploy / deploy (push) Successful in 2m3s

This commit is contained in:
2023-12-19 11:09:50 +03:00
parent 8e8952dd46
commit f52db8f9e5
4 changed files with 11 additions and 0 deletions

View File

@@ -330,6 +330,7 @@ type Query {
# author
get_author(slug: String, author_id: Int): Author
get_author_id(user: String!): Author
get_authors_all: [Author]
load_authors_all(limit: Int, offset: Int): [Author]
get_author_followers(slug: String, user: String, author_id: Int): [Author]
get_author_followed(slug: String, user: String, author_id: Int): [Author]