Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alpha2phi/python-apps
/ resolve_user_id
Function
resolve_user_id
graphql-ml-serving/backend/queries.py:19–22 ·
view source on GitHub ↗
(obj, info, client_id)
Source
from the content-addressed store, hash-verified
17
@query.field(
"clientId"
)
18
@convert_kwargs_to_snake_case
19
async
def
resolve_user_id(obj, info, client_id):
20
client = clients.get(client_id)
21
if
client:
22
return
client[
"client_id"
]
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected