GitHub

Trackable

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']>;
}
Type Options
Trackable { trackingParameters?: Maybe<Scalars['String']['output']>; }