GitHub

VideoSource

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

Represents a source for a Shopify hosted video.

type VideoSource = {
    __typename?: 'VideoSource';
    format: Scalars['String']['output'];
    height: Scalars['Int']['output'];
    mimeType: Scalars['String']['output'];
    url: Scalars['String']['output'];
    width: Scalars['Int']['output'];
}