GitHub

SellingPlanEdge

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

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