OBJECT
AccountConnection
link GraphQL Schema definition
- type AccountConnection implements Node {
- : ID!
- : AccountConnectionConnectionStatus!
- : AccountConnectionImportStatus!
- : AccountConnectionExportStatus!
- # The type of account connection
- : AccountConnectionType!
- : String
- : String
- : ID!
- : String
- : Time!
- : Time!
- : Int!
- : Int!
- # The user that owns the account connection
- : User!
- # The imported videos for this account connection
- : [ImportedVideo!]
- # The scrape logs for this account connection
- : [InstagramScrapeLog!]
- }