GitHub

ExternalVideo

Represents a video hosted outside of Shopify.

import { ExternalVideo } from '@daffodil/driver/shopify'
type ExternalVideo = Media & Node & {
    __typename?: 'ExternalVideo';
    alt?: Maybe<Scalars['String']['output']>;
    embedUrl: Scalars['URL']['output'];
    embeddedUrl: Scalars['URL']['output'];
    host: MediaHost;
    id: Scalars['ID']['output'];
    mediaContentType: MediaContentType;
    originUrl: Scalars['URL']['output'];
    presentation?: Maybe<MediaPresentation>;
    previewImage?: Maybe<Image>;
}
Type Options
ExternalVideo Media & Node & { __typename?: 'ExternalVideo'; alt?: Maybe<Scalars['String']['output']>; embedUrl: Scalars['URL']['output']; embeddedUrl: Scalars['URL']['output']; host: MediaHost; id: Scalars['ID']['output']; mediaContentType: MediaContentType; originUrl: Scalars['URL']['output']; presentation?: Maybe<MediaPresentation>; previewImage?: Maybe<Image>; }