GitHub

ShopifySellingPlanGroupConnection

interface

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
}

Properties

__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.