Home > @infiniteobjects/shopify-data-manager > AdminTypes > MetaobjectDeletePayload
Return type for metaobjectDelete mutation.
Signature:
export interface MetaobjectDeletePayload
| 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. |