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

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