GitHub

ShopifySellingPlanGroupEdge

interface

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

An auto-generated type which holds one SellingPlanGroup and a cursor during pagination.

interface ShopifySellingPlanGroupEdge {
  __typename: "SellingPlanGroupEdge"
  cursor: string
  node: ShopifySellingPlanGroup
}

Properties

__typename
"SellingPlanGroupEdge"
cursor
string

A cursor for use in pagination.

node
ShopifySellingPlanGroup

The item at the end of SellingPlanGroupEdge.