This commit is contained in:
@@ -10,9 +10,9 @@ from services.schema import mutation, query
|
||||
from orm.shout import ShoutAuthor, ShoutTopic
|
||||
from orm.topic import Topic
|
||||
from orm.author import AuthorFollower, Author, AuthorRating
|
||||
from community import followed_communities
|
||||
from topic import followed_topics
|
||||
from reaction import reacted_shouts_updates as followed_reactions
|
||||
from resolvers.community import followed_communities
|
||||
from resolvers.topic import followed_topics
|
||||
from resolvers.reaction import reacted_shouts_updates as followed_reactions
|
||||
|
||||
|
||||
def add_author_stat_columns(q):
|
||||
|
@@ -6,7 +6,7 @@ from services.db import local_session
|
||||
from services.schema import mutation, query
|
||||
from orm.shout import Shout, ShoutAuthor, ShoutTopic, ShoutVisibility
|
||||
from orm.topic import Topic
|
||||
from reaction import reactions_follow, reactions_unfollow
|
||||
from resolvers.reaction import reactions_follow, reactions_unfollow
|
||||
from services.notify import notify_shout
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user