stack

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

AdminTypes.MetaobjectBulkDeleteWhereCondition interface

Specifies the condition by which metaobjects are deleted. Exactly one field of input is required.

Signature:

export interface MetaobjectBulkDeleteWhereCondition 

Properties

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.