OBJECT
SyncConfig
Social Sync Configuration Object is when user opts for social sync. This object contains IDs for each social the user opts syncing for
link GraphQL Schema definition
- type SyncConfig {
- # Default Subcategory for Social Sync is music
- : String
- # Social Sync for Facebook
- : ID
- # Checks if the user has full rights to syncing
- : Boolean!
- : ID!
- # Social Sync for Instagram Business Account
- : ID @deprecated( reason: "WARNING: this field is not currently used in any application" )
- : Boolean @deprecated( reason: "WARNING: this field is not currently used in any application" )
- # Flag for the user is syncing
- : Boolean!
- # Human readable default subcategory
- : String
- # Flag for the subcategory is autofilled
- : Boolean! @deprecated( reason: "WARNING: this field is not currently used in any application" )
- # Date at which the webhook expires
- : DateTime @deprecated( reason: "WARNING: this field is not currently used in any application" )
- # Social Sync for YouTube
- : ID
- }
link Require by
- AudiomackUserAn Audiomack User
- CancelSyncPayloadAutogenerated return type of CancelSync
- DailymotionUserA dailymotion user
- FacebookPageA facebook page
- InstagramBusinessAccountAn Instagram business account
- InstagramUserAn Instagram user
- SocialA users social
- SpotifyUserA Spotify User
- TwitterUserA Twitter User
- UpdateSocialSyncPayloadAutogenerated return type of UpdateSocialSync
- VevoYoutubeChannelA Vevo Channel
- YoutubeChannelA youtube channel