GitHub

SellingPlanConnection

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

An auto-generated type for paginating through multiple SellingPlans.

type SellingPlanConnection = {
    __typename?: 'SellingPlanConnection';
    edges: Array<SellingPlanEdge>;
    nodes: Array<SellingPlan>;
    pageInfo: PageInfo;
}