postmerge
All checks were successful
deploy / deploy (push) Successful in 1m26s

This commit is contained in:
2023-12-22 21:08:37 +03:00
parent 4e769332b7
commit d3ea567797
4 changed files with 41 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ from resolvers.reader import (
load_shouts_random_top,
load_shouts_search,
load_shouts_unrated,
load_shouts_random_topic
)
from resolvers.topic import get_topic, get_topics_all, get_topics_by_author, get_topics_by_community
@@ -56,6 +57,7 @@ __all__ = [
"load_shouts_followed",
"load_shouts_unrated",
"load_shouts_random_top",
"load_shouts_random_topic",
# follower
"follow",
"unfollow",