GitHub

SellingPlanAllocationEdge

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

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

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