@connect-plus-online/ogabai-integrations 0.0.108 → 0.0.109

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
@@ -2814,7 +2814,7 @@ var stockSchema = {
2814
2814
  `,
2815
2815
  getStocks: (query) => `
2816
2816
  query getStocks($stock: StockInput, $stockIds: [String], $limit: Int!, $skip: Int!) {
2817
- stocks(stock: $stock, stockIds: $stockIds, limit: $limit, skip: $skip) {
2817
+ getStocks(stock: $stock, stockIds: $stockIds, limit: $limit, skip: $skip) {
2818
2818
  ${query}
2819
2819
  }
2820
2820
  }