@arrowsphere/api-client 3.55.0-rc.fdi.2 → 3.55.0-rc.fdi.3

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.
@@ -12,8 +12,9 @@ class AccountGraphQLClient extends abstractGraphQLClient_1.AbstractGraphQLClient
12
12
  }
13
13
  async findByQuery(query) {
14
14
  this.path = '/graphql';
15
+ console.info('GRAPHQL Query brut :', query);
15
16
  const queryStr = this.stringifyQuery(query);
16
- console.log('QUERY GRAPHQL : ' + queryStr);
17
+ console.info('GRAPHQL Query after stringify :', query);
17
18
  try {
18
19
  return await this.post(queryStr);
19
20
  }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/ArrowSphere/nodejs-api-client.git"
6
6
  },
7
- "version": "3.55.0-rc.fdi.2",
7
+ "version": "3.55.0-rc.fdi.3",
8
8
  "description": "Node.js client for ArrowSphere's public API",
9
9
  "main": "build/index.js",
10
10
  "types": "build/index.d.ts",