import { ShopifySellingPlanGroupConnection } from '@daffodil/driver/shopify'
An auto-generated type for paginating through multiple SellingPlanGroups.
interface ShopifySellingPlanGroupConnection {
__typename: "SellingPlanGroupConnection"
edges: ShopifySellingPlanGroupEdge[]
nodes: ShopifySellingPlanGroup[]
pageInfo: ShopifyPageInfo
}
__typename "SellingPlanGroupConnection" |
|---|
edges ShopifySellingPlanGroupEdge[] |
|---|
A list of edges. |
nodes ShopifySellingPlanGroup[] |
|---|
A list of the nodes contained in SellingPlanGroupEdge. |
pageInfo ShopifyPageInfo |
|---|
Information to aid in pagination. |