OBJECT
InstagramBusinessAccount
An Instagram business account
link GraphQL Schema definition
- type InstagramBusinessAccount implements Social {
- # ID for a user on Instagram
- : String!
- # 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" )
- # List of artists already syncing media from Instagram
- : [Artist!]!
- # Biography mentioned on Instagram
- : String
- : DateTime!
- # Associated deployer name
- : String
- # FacebookPage related to this Instagram Business Account
- : FacebookPage!
- # Number of followers on Instagram
- : Int
- # Flag to check if there's an authentication error
- : Boolean
- : ID!
- # Flag to check if the account is syncing
- : Boolean!
- # Flag to check if the social is syncing
- : Boolean
- # number of Medias uploaded on Instagram
- : Int
- # 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
- # Link to profile picture
- : String
- # 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
- # Username on Instagram
- : String
- # Website mentioned on Instagram
- : String
- }