GitHub

SellingPlanAllocationEdge

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

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