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

@@ -2,7 +2,7 @@ from resolvers.editor import create_shout, delete_shout, update_shout
from resolvers.author import (
get_author,
get_authors_all,
load_authors_all,
get_author_followers,
get_author_followed,
load_authors_by,
@@ -31,7 +31,7 @@ from resolvers.community import get_community, get_communities_all
__all__ = [
# author
"get_author",
"get_authors_all",
"load_authors_all",
"get_author_followers",
"get_author_followed",
"load_authors_by",