CollectionMetafieldArgs
A collection represents a grouping of products that a shop owner can create to organize them or make their shops easier to browse.
import { CollectionMetafieldArgs } from '@daffodil/driver/shopify'
type CollectionMetafieldArgs = {
key: Scalars['String']['input'];
namespace?: InputMaybe<Scalars['String']['input']>;
}
Type | Options |
---|---|
CollectionMetafieldArgs | {
key: Scalars['String']['input'];
namespace?: InputMaybe<Scalars['String']['input']>;
} |