PageMetafieldArgs
Shopify merchants can create pages to hold static HTML content. Each Page object represents a custom page on the online store.
import { PageMetafieldArgs } from '@daffodil/driver/shopify'
type PageMetafieldArgs = {
key: Scalars['String']['input'];
namespace?: InputMaybe<Scalars['String']['input']>;
}
Type | Options |
---|---|
PageMetafieldArgs | {
key: Scalars['String']['input'];
namespace?: InputMaybe<Scalars['String']['input']>;
} |