Media_RPA/media_platform/kuaishou/graphql/vision_profile.graphql
l0tk3 76bd37dd11
Some checks are pending
/ A job to automate contrib in readme (push) Waiting to run
first commit
2024-07-15 16:33:05 +08:00

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
}
}