Home > @infiniteobjects/shopify-data-manager > AdminTypes > MetaobjectBulkDeleteWhereCondition
Specifies the condition by which metaobjects are deleted. Exactly one field of input is required.
Signature:
export interface MetaobjectBulkDeleteWhereCondition
Property | Modifiers | Type | Description |
---|---|---|---|
ids? | InputMaybe<Array<Scalars[‘ID’][‘input’]>> | (Optional) A list of metaobjects IDs to delete. | |
type? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) Deletes all metaobjects with the specified type . |