2024-06-13 06:49:07 +00:00
|
|
|
query visionProfile($userId: String) {
|
|
|
|
visionProfile(userId: $userId) {
|
2024-01-14 14:06:31 +00:00
|
|
|
result
|
2024-06-13 06:49:07 +00:00
|
|
|
hostName
|
|
|
|
userProfile {
|
|
|
|
ownerCount {
|
|
|
|
fan
|
|
|
|
photo
|
|
|
|
follow
|
|
|
|
photo_public
|
|
|
|
__typename
|
|
|
|
}
|
|
|
|
profile {
|
|
|
|
gender
|
|
|
|
user_name
|
|
|
|
user_id
|
|
|
|
headurl
|
|
|
|
user_text
|
|
|
|
user_profile_bg_url
|
|
|
|
__typename
|
|
|
|
}
|
2024-01-14 14:06:31 +00:00
|
|
|
isFollowing
|
|
|
|
__typename
|
|
|
|
}
|
|
|
|
__typename
|
|
|
|
}
|
|
|
|
}
|