Home > @infiniteobjects/shopify-data-manager > AdminTypes > MetaobjectBulkDeletePayload
Return type for metaobjectBulkDelete mutation.
Signature:
export interface MetaobjectBulkDeletePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| job? | Maybe<Job> | (Optional) The asynchronous job that deletes the metaobjects. | |
| userErrors | Array<MetaobjectUserError> | The list of errors that occurred from executing the mutation. |