GitHub

UrlRedirectEdge

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

import { UrlRedirectEdge } from '@daffodil/driver/shopify'
type UrlRedirectEdge = {
    __typename?: 'UrlRedirectEdge';
    cursor: Scalars['String']['output'];
    node: UrlRedirect;
}
Type Options
UrlRedirectEdge { __typename?: 'UrlRedirectEdge'; cursor: Scalars['String']['output']; node: UrlRedirect; }