GitHub

PageEdge

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

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

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