resolvers-renamed
Some checks failed
deploy / deploy (push) Failing after 1m7s

This commit is contained in:
2023-11-28 11:33:50 +03:00
parent 493f6106ab
commit 15139249f1
8 changed files with 34 additions and 34 deletions

View File

@@ -34,10 +34,10 @@ async def get_all_authors() -> List[ChatMember]:
return []
async def get_my_followings() -> List[ChatMember]:
query_name = "loadMySubscriptions"
async def get_my_followed() -> List[ChatMember]:
query_name = "get_my_followed"
query_type = "query"
operation = "LoadMySubscriptions"
operation = "GetMyFollowed"
query_fields = "id slug pic name"
gql = {