ProductMediaGalleryEntriesVideoContent
Contains a link to a video file and basic information about the video.
type ProductMediaGalleryEntriesVideoContent = {
__typename?: 'ProductMediaGalleryEntriesVideoContent'; /** Must be external-video. */
media_type?: Maybe<Scalars['String']['output']>; /** A description of the video. */
video_description?: Maybe<Scalars['String']['output']>; /** Optional data about the video. */
video_metadata?: Maybe<Scalars['String']['output']>; /** Describes the video source. */
video_provider?: Maybe<Scalars['String']['output']>; /** The title of the video. */
video_title?: Maybe<Scalars['String']['output']>; /** The URL to the video. */
video_url?: Maybe<Scalars['String']['output']>;
};