stack

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

AdminTypes.MetaobjectDeletePayload interface

Return type for metaobjectDelete mutation.

Signature:

export interface MetaobjectDeletePayload 

Properties

Property Modifiers Type Description
deletedId?   Maybe<Scalars[‘ID’][‘output’]> (Optional) The ID of the deleted metaobject.
userErrors   Array<MetaobjectUserError> The list of errors that occurred from executing the mutation.