Home > @infiniteobjects/shopify-data-manager > AdminTypes > MetafieldAccess
The access settings for this metafield definition.
Signature:
export interface MetafieldAccess
| Property | Modifiers | Type | Description |
|---|---|---|---|
| admin? | Maybe<MetafieldAdminAccess | `${MetafieldAdminAccess}`> | (Optional) The default admin access setting used for the metafields under this definition. | |
| grants | Array<MetafieldAccessGrant> | The explicit grants for this metafield definition, superseding the default admin access for the specified grantees. |