GitHub

VideoSource

Represents a source for a Shopify hosted video.

import { VideoSource } from '@daffodil/driver/shopify'
type VideoSource = {
    __typename?: 'VideoSource';
    format: Scalars['String']['output'];
    height: Scalars['Int']['output'];
    mimeType: Scalars['String']['output'];
    url: Scalars['String']['output'];
    width: Scalars['Int']['output'];
}
Type Options
VideoSource { __typename?: 'VideoSource'; format: Scalars['String']['output']; height: Scalars['Int']['output']; mimeType: Scalars['String']['output']; url: Scalars['String']['output']; width: Scalars['Int']['output']; }