import { PageMetafieldsArgs } 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.
type PageMetafieldsArgs = {
identifiers: Array<HasMetafieldsIdentifier>;
}