import { ShopifySellingPlanGroupSellingPlansArgs } from '@daffodil/driver/shopify'
Represents a selling method. For example, 'Subscribe and save' is a selling method where customers pay for goods or services per delivery. A selling plan group contains individual selling plans.
interface ShopifySellingPlanGroupSellingPlansArgs {
after: string
before: string
first: number
last: number
reverse: boolean
}