Home > @infiniteobjects/shopify-data-manager > AdminTypes > HasMetafields
Represents information about the metafields associated to the specified resource.
Signature:
export interface HasMetafields
Property | Modifiers | Type | Description |
---|---|---|---|
metafield? | Maybe<Metafield> | (Optional) Returns a metafield by namespace and key that belongs to the resource. | |
metafields | MetafieldConnection | List of metafields that belong to the resource. | |
privateMetafield? | Maybe<PrivateMetafield> | (Optional) Returns a private metafield by namespace and key that belongs to the resource. | |
privateMetafields | PrivateMetafieldConnection | List of private metafields that belong to the resource. |