# MetafieldAccessGrantOperationInput - admin-graphql - INPUT_OBJECT Version: 2024-07 ## Description The input fields for possible operations for modifying access grants. Exactly one option is required. Explicit grants are [deprecated](https://shopify.dev/changelog/deprecating-explicit-access-grants-for-app-owned-metafields). ### Access Scopes ## Fields * [create](/docs/api/admin-graphql/2024-07/input-objects/MetafieldAccessGrantInput): MetafieldAccessGrantInput - The input fields for an explicit access grant to be created or updated for the metafields under this definition. Explicit grants are [deprecated](https://shopify.dev/changelog/deprecating-explicit-access-grants-for-app-owned-metafields). * [delete](/docs/api/admin-graphql/2024-07/input-objects/MetafieldAccessGrantDeleteInput): MetafieldAccessGrantDeleteInput - The input fields for an explicit access grant to be deleted for the metafields under this definition. * [update](/docs/api/admin-graphql/2024-07/input-objects/MetafieldAccessGrantInput): MetafieldAccessGrantInput - The input fields for an explicit access grant to be created or updated for the metafields under this definition. Explicit grants are [deprecated](https://shopify.dev/changelog/deprecating-explicit-access-grants-for-app-owned-metafields). ## Input objects with this input object * [MetafieldAccessUpdateInput](/docs/api/admin-graphql/2024-07/input-objects/MetafieldAccessUpdateInput) ## Examples