GitHub

ShopifySellingPlanConnection

interface

import { ShopifySellingPlanConnection } from '@daffodil/driver/shopify'

An auto-generated type for paginating through multiple SellingPlans.

interface ShopifySellingPlanConnection {
  __typename: "SellingPlanConnection"
  edges: ShopifySellingPlanEdge[]
  nodes: ShopifySellingPlan[]
  pageInfo: ShopifyPageInfo
}

Properties

__typename
"SellingPlanConnection"
edges
ShopifySellingPlanEdge[]

A list of edges.

nodes
ShopifySellingPlan[]

A list of the nodes contained in SellingPlanEdge.

pageInfo
ShopifyPageInfo

Information to aid in pagination.