inbox
This commit is contained in:
parent
ddda4c025f
commit
89827e3cc2
|
@ -23,7 +23,7 @@ async def check_auth(req):
|
|||
gql = {
|
||||
"query": query_type + " " + operation + " { " + query_name + " { user { id } } " + " }",
|
||||
"operationName": operation,
|
||||
"variables": "{}"
|
||||
"variables": None
|
||||
}
|
||||
|
||||
async with AsyncClient() as client:
|
||||
|
|
Loading…
Reference in New Issue
Block a user