stat-fix-8
This commit is contained in:
@@ -133,7 +133,7 @@ async def load_shouts_by(_, info, options):
|
||||
"""
|
||||
|
||||
q = (
|
||||
select(Shout)
|
||||
select(Shout, Author)
|
||||
.options(
|
||||
joinedload(Shout.authors),
|
||||
joinedload(Shout.topics),
|
||||
|
Reference in New Issue
Block a user