This commit is contained in:
parent
68978fa1c0
commit
db7aee730f
|
@ -164,6 +164,7 @@ async def load_authors_all(_, _info, limit: int = 50, offset: int = 0):
|
||||||
@query.field("get_author_id")
|
@query.field("get_author_id")
|
||||||
async def get_author_id(_, _info, user: str):
|
async def get_author_id(_, _info, user: str):
|
||||||
with local_session() as session:
|
with local_session() as session:
|
||||||
|
print(f"[resolvers.author] getting author id for {user}")
|
||||||
return session.query(Author).where(Author.user == user).first()
|
return session.query(Author).where(Author.user == user).first()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user