27 lines
440 B
GraphQL
27 lines
440 B
GraphQL
query visionProfile($userId: String) {
|
|
visionProfile(userId: $userId) {
|
|
result
|
|
hostName
|
|
userProfile {
|
|
ownerCount {
|
|
fan
|
|
photo
|
|
follow
|
|
photo_public
|
|
__typename
|
|
}
|
|
profile {
|
|
gender
|
|
user_name
|
|
user_id
|
|
headurl
|
|
user_text
|
|
user_profile_bg_url
|
|
__typename
|
|
}
|
|
isFollowing
|
|
__typename
|
|
}
|
|
__typename
|
|
}
|
|
}
|