SocialInfo
The SocialInfo
type provides information about an identity's social profiles.
type SocialInfo {
twitter: TwitterInfo!
github: GithubInfo!
}
Fields
twitter
(TwitterInfo
)
twitter
the twitter profile.
github
(GithubInfo
)
github
the github profile.