GitHub

SellingPlanEdge

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

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

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