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