GitHub

SellingPlanAllocationEdge

type-alias

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;
}