GitHub

ProductEdge

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

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

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