n8n Semble Integration

  • Home
Getting Started
  • Configuration
  • Installation
Node Reference
  • Booking Nodes
  • Credentials
  • Overview
  • Patient Nodes
  • Product Nodes
  • Trigger Nodes
API Reference
  • Overview
  • Components
  • Core
Examples
  • Common Workflows
  • Integration Patterns
  • Troubleshooting
Development
  • Architecture
  • Contributing
  • Testing

DELETE PRODUCT MUTATION

n8n-nodes-semble v2.1.0


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

Menu
Home
Getting Started
Configuration Installation
Node Reference
Booking Nodes Credentials Overview Patient Nodes Product Nodes Trigger Nodes
API Reference
Overview Components Core
Examples
Common Workflows Integration Patterns Troubleshooting
Development
Architecture Contributing Testing

On This Page

shadcn theme provided by @asiffer