GitHub

PageMetafieldArgs

import { PageMetafieldArgs } 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 PageMetafieldArgs = {
    key: Scalars['String']['input'];
    namespace?: InputMaybe<Scalars['String']['input']>;
}