inbox
This commit is contained in:
parent
ddda4c025f
commit
89827e3cc2
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user