GitHub

UrlRedirect

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

A redirect on the online store.

type UrlRedirect = Node & {
    __typename?: 'UrlRedirect';
    id: Scalars['ID']['output'];
    path: Scalars['String']['output'];
    target: Scalars['String']['output'];
}