DELETE PRODUCT MUTATION
n8n-nodes-semble / nodes/Semble/shared/ProductQueries / DELETE_PRODUCT_MUTATION
Variable: DELETE_PRODUCT_MUTATION¶
const
DELETE_PRODUCT_MUTATION: "\n mutation DeleteProduct($id: ID!) {\n deleteProduct(id: $id) {\n data {\n id\n name\n itemCode\n status\n }\n error\n }\n }\n"
Defined in: nodes/Semble/shared/ProductQueries.ts:109
GraphQL mutation for deleting a product