import { ShopifyPageMetafieldsArgs } from '@daffodil/driver/shopify'
Shopify merchants can create pages to hold static HTML content. Each Page object represents a custom page on the online store.
interface ShopifyPageMetafieldsArgs {
identifiers: ShopifyHasMetafieldsIdentifier[]
}