This commit is contained in:
parent
0091acd0ec
commit
15bbe8eb9d
|
@ -65,7 +65,7 @@ async def get_my_followed() -> List[ChatMember]:
|
||||||
async def get_author(user: str = ""):
|
async def get_author(user: str = ""):
|
||||||
query_name = "get_author_id(user: $user)"
|
query_name = "get_author_id(user: $user)"
|
||||||
query_type = "query"
|
query_type = "query"
|
||||||
operation = "GetAuthor($author_id: Int, $slug: String, $user: String)"
|
operation = "GetAuthor($user: String)"
|
||||||
query_fields = "id slug pic name"
|
query_fields = "id slug pic name"
|
||||||
|
|
||||||
gql = {
|
gql = {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user