Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- query UserProfile($nickname: String!) {
- user {
- byNickname(nickname: $nickname) {
- id
- slug
- displayedName
- profileData {
- aboutMe
- aboutMeInEmojis {
- identifier
- }
- address {
- street
- city
- zipCode
- country
- countryCode
- }
- partialDateOfBirth: dateOfBirth {
- year
- month
- day
- }
- gender
- profession
- webUrl
- }
- statistics {
- answerCounts {
- totalCount
- liveCount
- }
- commentCounts {
- totalCount
- liveCount
- }
- appreciations
- compliments
- friends
- mostHelpfulAnswers
- questionCounts {
- totalCount
- liveCount
- }
- questionResubmissions
- }
- availableMonthlySummaries {
- yearMonth {
- year
- month
- }
- }
- businessProfileInformation {
- email
- faxNumber
- phoneNumber
- webUrl
- }
- badgeGroups {
- awardedBadges {
- awardedAt
- badge {
- title
- description
- message
- imageUrl
- }
- }
- badgeInProgress {
- badge {
- title
- description
- message
- imageUrl
- }
- progressPercentage
- }
- }
- userInterests {
- tag {
- name
- slug
- questionFrequency
- }
- }
- expertProfile {
- ...ExpertProfile
- tags {
- questionFrequency
- }
- }
- userExpertises {
- description
- expertiseType
- id
- tags {
- name
- }
- categories {
- category {
- ...Category
- }
- }
- }
- createdAt
- roles
- ...AuthorAvatar
- coverUrls {
- baseUrl
- urls {
- desktop
- mobile
- desktopNmms
- }
- }
- ...ScoreLevel
- complaints {
- createdAt
- message
- type
- user {
- displayedName
- slug
- }
- }
- isInactive
- moderation {
- suspendedReason
- isInTestGroup
- }
- self {
- messagePermissions {
- allowedToSendMessageStatus
- }
- blockingLevel
- }
- friendship {
- self {
- friendshipStatus
- }
- pendingRequests {
- sent {
- requests {
- sender {
- slug
- displayedName
- createdAt
- roles
- ...AuthorAvatar
- }
- receiverId
- message
- }
- }
- }
- }
- isPubliclyVisible
- onlineStatus
- }
- }
- }
- fragment AuthorAvatar on User {
- avatar {
- ...Avatar
- }
- }
- ,
- fragment ScoreLevel on User {
- scoreLevel {
- level
- levelGroup
- progress {
- percent
- score
- scoreLevelStart
- scoreNextLevel
- }
- }
- }
- ,
- fragment ExpertProfile on ExpertProfile {
- qualification
- reason
- tags {
- name
- slug
- }
- categories {
- category {
- ...Category
- }
- }
- }
- ,
- fragment Category on Category {
- id
- name
- slug
- color
- flags
- links {
- questionListing
- }
- }
- ,
- fragment Avatar on UserAvatar {
- urls {
- default
- nmmslarge
- }
- webpUrls {
- default
- nmmslarge
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment