This commit is contained in:
2023-10-06 05:30:48 +03:00
parent cff2530421
commit b87861345f
4 changed files with 7 additions and 6 deletions

View File

@@ -31,6 +31,3 @@ async def resolve_total_unread_counter(_, info):
author_id = info.context["author_id"]
return get_total_unread_counter(author_id)
unread_resolvers = {"Query": {"totalUnreadCounter": resolve_total_unread_counter}}