OBJECT
ImportedVideo
link GraphQL Schema definition
- type ImportedVideo implements Node {
- : ID!
- # The source of the import
- : ImportedVideoType!
- # The status of the import from external network
- : ImportedVideoImportStatus!
- # The status of the export to post
- : ImportedVideoExportStatus
- # The bucket of the video.
- : String
- # The storage key of the video.
- : String
- : String
- : String
- : ID!
- : ID!
- # The title of the video.
- : String
- # The body/caption of the video.
- : String
- : Time!
- : Time!
- # The time the video was exported to a post
- : Time
- # If the user has marked the video as ignored
- : Boolean!
- # The time the video was created on the source platform
- : Time
- : String
- : String
- # The user that owns the imported video
- : User!
- # The account connection that owns the imported video
- : AccountConnection!
- : Video
- }