GitHub

ShopifySellingPlanAllocationEdge

interface

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

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

interface ShopifySellingPlanAllocationEdge {
  __typename: "SellingPlanAllocationEdge"
  cursor: string
  node: ShopifySellingPlanAllocation
}

Properties

__typename
"SellingPlanAllocationEdge"
cursor
string

A cursor for use in pagination.

node
ShopifySellingPlanAllocation

The item at the end of SellingPlanAllocationEdge.