GitHub

SellingPlanConnection

An auto-generated type for paginating through multiple SellingPlans.

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