few-more-resolvers-fix

This commit is contained in:
2023-10-13 13:45:27 +03:00
parent 85a9077792
commit 31824cccc9
2 changed files with 10 additions and 1 deletions

View File

@@ -14,6 +14,10 @@ from resolvers.profile import (
rate_user,
update_profile,
get_authors_all,
get_followed_authors2,
get_followed_authors,
get_author,
get_author_by_id
)
from resolvers.topics import (
@@ -52,6 +56,10 @@ __all__ = [
"rate_user",
"update_profile",
"get_authors_all",
"get_followed_authors2",
"get_followed_authors",
"get_author",
"get_author_by_id",
# load
"load_shout",
"load_shouts_by",