UrlRedirect
A redirect on the online store.
import { UrlRedirect } from '@daffodil/driver/shopify'
type UrlRedirect = Node & {
__typename?: 'UrlRedirect';
id: Scalars['ID']['output'];
path: Scalars['String']['output'];
target: Scalars['String']['output'];
}
Type | Options |
---|---|
UrlRedirect | Node & {
__typename?: 'UrlRedirect';
id: Scalars['ID']['output'];
path: Scalars['String']['output'];
target: Scalars['String']['output'];
} |