GitHub

Location

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

Represents a location where product inventory is held.

type Location = HasMetafields & Node & {
    __typename?: 'Location';
    address: LocationAddress;
    id: Scalars['ID']['output'];
    metafield?: Maybe<Metafield>;
    metafields: Array<Maybe<Metafield>>;
    name: Scalars['String']['output'];
}