Skip to main content
Version: 2024-10-11

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

Member Of

Club object ● Player object