GitHub

PageMetafieldsArgs

Shopify merchants can create pages to hold static HTML content. Each Page object represents a custom page on the online store.

import { PageMetafieldsArgs } from '@daffodil/driver/shopify'
type PageMetafieldsArgs = {
    identifiers: Array<HasMetafieldsIdentifier>;
}
Type Options
PageMetafieldsArgs { identifiers: Array<HasMetafieldsIdentifier>; }