import { ShopifySellingPlanAllocationConnection } from '@daffodil/driver/shopify'
An auto-generated type for paginating through multiple SellingPlanAllocations.
interface ShopifySellingPlanAllocationConnection {
__typename: "SellingPlanAllocationConnection"
edges: ShopifySellingPlanAllocationEdge[]
nodes: ShopifySellingPlanAllocation[]
pageInfo: ShopifyPageInfo
}
__typename "SellingPlanAllocationConnection" |
|---|
edges ShopifySellingPlanAllocationEdge[] |
|---|
A list of edges. |
nodes ShopifySellingPlanAllocation[] |
|---|
A list of the nodes contained in SellingPlanAllocationEdge. |
pageInfo ShopifyPageInfo |
|---|
Information to aid in pagination. |