GitHub

UrlRedirectEdge

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

An auto-generated type which holds one UrlRedirect and a cursor during pagination.

type UrlRedirectEdge = {
    __typename?: 'UrlRedirectEdge';
    cursor: Scalars['String']['output'];
    node: UrlRedirect;
}