This commit is contained in:
@@ -23,7 +23,13 @@ async def get_all_authors(limit: int = 50, offset: int = 0) -> List[ChatMember]:
|
||||
query_name = "load_authors_all"
|
||||
|
||||
gql = {
|
||||
"query": "query { " + query_name + "(limit: " + str(limit) + ", offset: " + str(offset) +") { id slug pic name } }",
|
||||
"query": "query { "
|
||||
+ query_name
|
||||
+ "(limit: "
|
||||
+ str(limit)
|
||||
+ ", offset: "
|
||||
+ str(offset)
|
||||
+ ") { id slug pic name } }",
|
||||
"variables": None,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user