GitHub

Model3d

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

Represents a Shopify hosted 3D model.

type Model3d = Media & Node & {
    __typename?: 'Model3d';
    alt?: Maybe<Scalars['String']['output']>;
    id: Scalars['ID']['output'];
    mediaContentType: MediaContentType;
    presentation?: Maybe<MediaPresentation>;
    previewImage?: Maybe<Image>;
    sources: Array<Model3dSource>;
}