OBJECT
YoutubeChannel
A youtube channel
link GraphQL Schema definition
- type YoutubeChannel implements Social {
- #   Flag to check if this is archived
- : Boolean! 
- #   Artist connected to this social
- : Artist! 
- #   Artist associated with a channel
- : ID! 
- #   List of artists connected to this social
- : [Artist!]! @deprecated( reason: "WARNING: this field is not currently used in any application"  )
- #   List of artists syncing a channel
- : [Artist!]! 
- #   Channel ID on YouTube
- : String 
- #   Total number of comments on a channel
- : Int @deprecated( reason: "Changes to the YouTube api deprecated this functionality"  )
- : DateTime! 
- #   Associated deployer name
- : String 
- #   Description about the channel
- : String! 
- #   Email used for YouTube
- : String 
- #   Flag to check if there's an authentication error
- : Boolean 
- : ID! 
- #   Flag to check if the channel is syncing
- : 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 
- : DateTime! 
- : String 
- : String 
- #   Model name on Vydia Platform related to a Social
- : String 
- #   Number of subscriber to a channel
- : Int 
- #   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! 
- #   Channel Title
- : String! 
- : String! 
- : DateTime! 
- #   URL for a social
- : String 
- #   Number of videos posted on YouTube
- : Int 
- #   Total number of views on a channel
- : Int! 
- }