This commit is contained in:
parent
dbab772e62
commit
c049f882f3
|
@ -142,7 +142,7 @@ async def load_shouts_by(_, info, options):
|
||||||
q = (
|
q = (
|
||||||
select(Shout, Author)
|
select(Shout, Author)
|
||||||
.options(
|
.options(
|
||||||
joinedload(Shout.authors).joinedload(Author.id),
|
joinedload(Shout.authors),
|
||||||
joinedload(Shout.topics),
|
joinedload(Shout.topics),
|
||||||
)
|
)
|
||||||
.select_from(Shout)
|
.select_from(Shout)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user