GitHub

Model3dSource

Represents a source for a Shopify hosted 3d model.

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