Skip to main content
Version: s5

Dubb

Video dubb

type Dubb {
id: String!
language: Language!
createdAt: DateTimeISO!
updatedAt: DateTimeISO!
deletedAt: DateTimeISO
videoMediaId: String!
videoMedia: VideoMedia!
audio: File!
}

Fields

Dubb.id ● String! non-null scalar

UUID of dubb

Dubb.language ● Language! non-null enum

Language of dubb

Dubb.createdAt ● DateTimeISO! non-null scalar

Creation time given as the ISO Date string

Dubb.updatedAt ● DateTimeISO! non-null scalar

Last update time given as the ISO Date string

Dubb.deletedAt ● DateTimeISO scalar

Soft delete time given as the ISO Date string

Dubb.videoMediaId ● String! non-null scalar

Video id for dubb

Dubb.videoMedia ● VideoMedia! non-null object

Video for dubb

Dubb.audio ● File! non-null object

Audio file for dubb

Member of

VideoMedia object

Implemented by

FileParentUnion union