SocialAccount
A account on a social media platform
type SocialAccount {
createdAt: String!
platform: SocialPlatform
updatedAt: String!
value: String
}
Fields
SocialAccount.createdAt
● String!
non-null scalar
Timestamp in ISO8601 when this object have been created
SocialAccount.platform
● SocialPlatform
object
The social media platform
SocialAccount.updatedAt
● String!
non-null scalar
Timestamp in ISO8601 when this object have been created
SocialAccount.value
● String
scalar
Account value, i.e. user id