port=80
This commit is contained in:
@@ -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}}
|
||||
|
Reference in New Issue
Block a user