GitHub

ShopPolicy

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

Policy that a merchant has configured for their store, such as their refund or privacy policy.

type ShopPolicy = Node & {
    __typename?: 'ShopPolicy';
    body: Scalars['String']['output'];
    handle: Scalars['String']['output'];
    id: Scalars['ID']['output'];
    title: Scalars['String']['output'];
    url: Scalars['URL']['output'];
}