INTERFACE
Social
A users social
link GraphQL Schema definition
- interface Social {
- # Flag to check if this is archived
- Boolean! :
- # Artist connected to this social
- Artist! :
- # List of artists connected to this social
- Artist!]! @deprecated( reason: "WARNING: this field is not currently used in any application" ) : [
- Artist!]! : [
- DateTime! :
- # Associated deployer name
- String :
- # Flag to check if there's an authentication error
- Boolean :
- ID! :
- Boolean! :
- # Flag to check if the social is syncing
- Boolean :
- # Flag for checking if the social needs reconnection
- Boolean! :
- # Network Object for a network associated with a social
- Network :
- # Network ID for a network associated with a social
- Int :
- # Arguments
- # success_path: [Not documented]
- # error_path: [Not documented]
- String, : String): String ( :
- String :
- # Model name on Vydia Platform related to a Social
- String :
- # Social Sync Config Object for a social that is opted for syncing
- SyncConfig :
- # Get the size of the thumbnail
- #
- # Arguments
- # size: [Not documented]
- String!): String! ( :
- # Title of this Social
- String :
- DateTime! :
- # URL for a social
- String :
- }
link Require by
- ArtistAn artist profile
- AudiomackUserAn Audiomack User
- BroadcastWhen content (Media or Album) is released (Release), the destinations (Networks) are indicated by the Release's list of Broadcasts. The Broadcast object contains details and status information that can be used to determine a piece of content's live-status on a Network. Note that one piece of content can have multiple releases, and in some cases one piece of content may have multiple Broadcasts for the same Network on different Releases; however, a single release should never have multiple Broadcasts for the same Network.
- DailymotionUserA dailymotion user
- DisconnectSocialAccountFromArtistPayloadAutogenerated return type of DisconnectSocialAccountFromArtist
- FacebookPageA facebook page
- InstagramBusinessAccountAn Instagram business account
- InstagramUserAn Instagram user
- SpotifyUserA Spotify User
- TwitterUserA Twitter User
- UpdateSocialSyncPayloadAutogenerated return type of UpdateSocialSync
- UserA user account. All fields are for an authorized user, except for email
- VevoYoutubeChannelA Vevo Channel
- YoutubeChannelA youtube channel