Represents a resource that you can track the origin of the search traffic.
import { Trackable } from '@daffodil/driver/shopify'
type Trackable = { trackingParameters?: Maybe<Scalars['String']['output']>; }
{ trackingParameters?: Maybe<Scalars['String']['output']>; }