stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > MetafieldAccessGrantOperationInput

AdminTypes.MetafieldAccessGrantOperationInput interface

The input fields for possible operations for modifying access grants. Exactly one option is required.

Signature:

export interface MetafieldAccessGrantOperationInput 

Properties

Property Modifiers Type Description
create?   InputMaybe<MetafieldAccessGrantInput> (Optional) The input fields for an explicit access grant to be created or updated for the metafields under this definition.
delete?   InputMaybe<MetafieldAccessGrantDeleteInput> (Optional) The input fields for an explicit access grant to be deleted for the metafields under this definition.
update?   InputMaybe<MetafieldAccessGrantInput> (Optional) The input fields for an explicit access grant to be created or updated for the metafields under this definition.