Schema Documentation

deleteProductAddon

Description

The deleteProductAddon mutation

Response

Returns a DeleteProductAddonPayload

Arguments
NameDescription
input - DeleteProductAddonInput! Input for the deleteProductAddon mutation

Example

Query
mutation deleteProductAddon($input: DeleteProductAddonInput!){  deleteProductAddon(input: $input){    productAddon {      ...ProductAddonFragment    }clientMutationIddeletedId  }}
Variables
{"input":DeleteProductAddonInput}
Response
{"data":{"deleteProductAddon":{"productAddon":ProductAddon,"clientMutationId":"abc123","deletedId":4}}}