GitHub

SellingPlanAllocationConnection

An auto-generated type for paginating through multiple SellingPlanAllocations.

import { SellingPlanAllocationConnection } from '@daffodil/driver/shopify'
type SellingPlanAllocationConnection = {
    __typename?: 'SellingPlanAllocationConnection';
    edges: Array<SellingPlanAllocationEdge>;
    nodes: Array<SellingPlanAllocation>;
    pageInfo: PageInfo;
}
Type Options
SellingPlanAllocationConnection { __typename?: 'SellingPlanAllocationConnection'; edges: Array<SellingPlanAllocationEdge>; nodes: Array<SellingPlanAllocation>; pageInfo: PageInfo; }