Home > @infiniteobjects/shopify-data-manager > AdminTypes > PrivateMetafieldDeletePayload
Return type for privateMetafieldDelete mutation.
Signature:
export interface PrivateMetafieldDeletePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| deletedPrivateMetafieldId? | Maybe<Scalars[‘ID’][‘output’]> | (Optional) The ID of private metafield that was deleted. | |
| userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |