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

@@ -3,6 +3,7 @@ from resolvers.author import (
get_author_followed,
get_author_followers,
get_author_id,
get_authors_all,
load_authors_all,
load_authors_by,
rate_author,
@@ -32,6 +33,7 @@ __all__ = [
# author
"get_author",
"get_author_id",
"get_authors_all",
"load_authors_all",
"get_author_followers",
"get_author_followed",