debug-get-author-2
All checks were successful
deploy / deploy (push) Successful in 1m34s

This commit is contained in:
2023-12-13 22:59:21 +03:00
parent c68900babf
commit c97bd9c784
3 changed files with 12 additions and 6 deletions

View File

@@ -331,7 +331,8 @@ type Mutation {
type Query {
# author
get_author(slug: String, user: String, author_id: Int): Author
get_author(slug: String, author_id: Int): Author
get_author_id(user: String!): 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]