GitHub

ShopifySellingPlanEdge

interface

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

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

interface ShopifySellingPlanEdge {
  __typename: "SellingPlanEdge"
  cursor: string
  node: ShopifySellingPlan
}

Properties

__typename
"SellingPlanEdge"
cursor
string

A cursor for use in pagination.

node
ShopifySellingPlan

The item at the end of SellingPlanEdge.