GitHub

MediaImage

Represents a Shopify hosted image.

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