GitHub

CollectionEdge

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

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