GitHub

Video

import { Video } from '@daffodil/driver/shopify'

Represents a Shopify hosted video.

type Video = Media & Node & {
    __typename?: 'Video';
    alt?: Maybe<Scalars['String']['output']>;
    id: Scalars['ID']['output'];
    mediaContentType: MediaContentType;
    presentation?: Maybe<MediaPresentation>;
    previewImage?: Maybe<Image>;
    sources: Array<VideoSource>;
}