@connect-plus-online/ogabai-integrations 0.0.78 → 0.0.79

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs.js CHANGED
@@ -2385,7 +2385,7 @@ var productSchema = {
2385
2385
  }
2386
2386
  `,
2387
2387
  addProducts: (mutation) => `
2388
- mutation addProducts($products: ProductsInput!, $template: Boolean) {
2388
+ mutation addProducts($products: [ProductsInput]!, $template: Boolean) {
2389
2389
  addProducts(products: $products, template: $template) {
2390
2390
  ${mutation}
2391
2391
  }