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