# MetafieldAccessInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for the access settings for the metafields under the definition. ### Access Scopes ## Fields * [admin](/docs/api/admin-graphql/2024-10/enums/MetafieldAdminAccessInput): MetafieldAdminAccessInput! - The admin access setting to use for the metafields under this definition. * [customerAccount](/docs/api/admin-graphql/2024-10/enums/MetafieldCustomerAccountAccessInput): MetafieldCustomerAccountAccessInput - The Customer Account API access setting to use for the metafields under this definition. * [grants](/docs/api/admin-graphql/2024-10/input-objects/MetafieldAccessGrantInput): MetafieldAccessGrantInput - The list of explicit grants to grant for the metafields under this definition. * [storefront](/docs/api/admin-graphql/2024-10/enums/MetafieldStorefrontAccessInput): MetafieldStorefrontAccessInput - The storefront access setting to use for the metafields under this definition. ## Input objects with this input object * [MetafieldDefinitionInput](/docs/api/admin-graphql/2024-10/input-objects/MetafieldDefinitionInput) ## Examples