Schema Documentation
DeleteProductInput
Description
Input for the deleteProduct mutation.
Fields
Input Field | Description |
---|---|
clientMutationId - String | This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. |
forceDelete - Boolean | Whether the object should be force deleted instead of being moved to the trash |
id - ID! | The ID of the Product to delete |
ignoreEditLock - Boolean | Override the edit lock when another user is editing the post |
Example
{"clientMutationId":"abc123","forceDelete":false,"id":"4","ignoreEditLock":false}