This commit is contained in:
Tony Rewin 2021-11-27 10:06:20 +03:00
parent aecdcb09e6
commit e4e099e7f4

View File

@ -7,7 +7,7 @@ import asyncio
@query.field("topicsAll")
async def topics_ball(_, info):
async def topics_all(_, info):
topics = []
with local_session() as session:
topics = session.query(Topic)