SocialAccount
Social network account
type SocialAccount {
createdAt: String
platform: SocialPlatform
updatedAt: String
value: String
}
Fields
SocialAccount.createdAt ● String scalar
Creation date
SocialAccount.platform ● SocialPlatform object
Social platform information
SocialAccount.updatedAt ● String scalar
Last update date
SocialAccount.value ● String scalar
Account value, i.e. user id