YoutubeMapping
A YouTube mapping that links a podcast (to a YouTube playlist) or episode (to a YouTube video) to YouTube content.
type YoutubeMapping {
id: ID!
youtubeId: String!
youtubeUrl: Url
youtubePublishedAt: DateTime
verified: Boolean!
verificationMethod: String
source: String!
lastSyncedAt: DateTime
metadata: String
createdAt: DateTime
updatedAt: DateTime
}
Fields
id (ID!)
The internal ID of the YouTube mapping.
youtubeId (String!)
The YouTube video ID (for episodes) or playlist ID (for podcasts).
youtubeUrl (Url)
The full YouTube URL for this mapping.
youtubePublishedAt (DateTime)
When the YouTube content was published.
verified (Boolean!)
Whether this mapping has been verified.
verificationMethod (String)
The method used to verify this mapping.
source (String!)
The source of this mapping (e.g., 'manual', 'algorithm').
lastSyncedAt (DateTime)
When this mapping was last synced with YouTube.
metadata (String)
Additional metadata from the YouTube API.
createdAt (DateTime)
When this mapping was created.
updatedAt (DateTime)
When this mapping was last updated.