This commit is contained in:
Untone 2023-10-11 21:31:43 +03:00
parent ddda4c025f
commit 89827e3cc2

View File

@ -23,7 +23,7 @@ async def check_auth(req):
gql = { gql = {
"query": query_type + " " + operation + " { " + query_name + " { user { id } } " + " }", "query": query_type + " " + operation + " { " + query_name + " { user { id } } " + " }",
"operationName": operation, "operationName": operation,
"variables": "{}" "variables": None
} }
async with AsyncClient() as client: async with AsyncClient() as client: