OBJECT
UserProfile
User profile data that can be protected by privacy settings.
link GraphQL Schema definition
1 type UserProfile { 2 3 : String 4 5 : String 6 7 : String 8 9 : [String] @deprecated( reason: "This field is no longer available." ) 10 11 : String @deprecated( reason: "This field is no longer available." ) 12 13 : String @deprecated( reason: "This field is no longer available." ) 14 15 : String @deprecated( reason: "This field is no longer available." ) 16 17 : String @deprecated( reason: "This field is no longer available." ) 18 19 : String @deprecated( reason: "This field is no longer available." ) 20 21 : [UserSkill] @deprecated( reason: "This field is no longer available." ) 22 23 }