GitHub

ShopifySellingPlanAllocationConnection

interface

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
}

Properties

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