GitHub

MediaImage

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

Represents a Shopify hosted image.

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>;
}