get-author-fix-7
All checks were successful
deploy / deploy (push) Successful in 1m2s

This commit is contained in:
2023-12-18 03:01:46 +03:00
parent b3c01abd37
commit 2db82eddfd
3 changed files with 16 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ async def get_my_followed() -> List[ChatMember]:
async def get_author(user: str = ""):
query_name = "get_author_id(user: $user)"
query_type = "query"
operation = "GetAuthor($user: String!)"
operation = "GetAuthorId($user: String!)"
query_fields = "id slug pic name"
gql = {