GitHub

CollectionEdge

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

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

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