GitHub

ProductEdge

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

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