paginated-authors
All checks were successful
deploy / deploy (push) Successful in 1m29s

This commit is contained in:
2023-12-09 22:02:04 +03:00
parent 275a1f9a08
commit de63f313a5
3 changed files with 6 additions and 5 deletions

View File

@@ -331,7 +331,7 @@ type Mutation {
type Query {
# author
get_author(slug: String, user: String, author_id: Int): 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]
load_authors_by(by: AuthorsBy, limit: Int, offset: Int): [Author]