stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > SellingPlanConnection

AdminTypes.SellingPlanConnection interface

An auto-generated type for paginating through multiple SellingPlans.

Signature:

export interface SellingPlanConnection 

Properties

Property Modifiers Type Description
edges   Array<SellingPlanEdge> A list of edges.
nodes   Array<SellingPlan> A list of the nodes contained in SellingPlanEdge.
pageInfo   PageInfo Information to aid in pagination.