separated-follows
All checks were successful
Deploy on push / deploy (push) Successful in 1m43s

This commit is contained in:
2024-02-23 21:10:11 +03:00
parent 3bc7946ab3
commit a05072fd71
5 changed files with 76 additions and 32 deletions

View File

@@ -1,6 +1,8 @@
from resolvers.author import (
get_author,
get_author_follows,
get_author_follows_topics,
get_author_follows_authors,
get_author_followers,
get_author_id,
get_authors_all,
@@ -45,6 +47,8 @@ __all__ = [
'get_author',
'get_author_id',
'get_author_follows',
'get_author_follows_topics',
'get_author_follows_authors',
'get_authors_all',
'load_authors_by',
'rate_author',