Skip to content

Commit 9035384

Browse files
committed
chore: update graphql-compose dependency
1 parent c013ebb commit 9035384

File tree

4 files changed

+28
-180
lines changed

4 files changed

+28
-180
lines changed

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
"@babel/plugin-transform-runtime": "7.8.3",
4141
"@babel/preset-env": "7.8.4",
4242
"@babel/preset-flow": "7.8.3",
43-
"aws-sdk": "2.612.0",
4443
"babel-core": "^7.0.0-bridge.0",
4544
"babel-eslint": "^10.0.3",
4645
"babel-jest": "25.1.0",
@@ -55,12 +54,12 @@
5554
"express-graphql": "^0.9.0",
5655
"flow-bin": "0.110.0",
5756
"graphql": "14.6.0",
58-
"graphql-compose": "7.10.0",
57+
"graphql-compose": "7.11.0",
5958
"jest": "25.1.0",
6059
"nodemon": "2.0.2",
6160
"npm-run-all": "^4.1.5",
6261
"prettier": "1.19.1",
63-
"rimraf": "3.0.1",
62+
"rimraf": "3.0.2",
6463
"semantic-release": "^15.13.28"
6564
},
6665
"scripts": {

src/elasticDSL/Aggs/__tests__/__snapshots__/Aggs-test.js.snap

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

33
exports[`AGGS args converter Aggs DSL 1`] = `
4-
"\\"\\"\\"Provides default value for input field.\\"\\"\\"
5-
directive @default(value: JSON!) on INPUT_FIELD_DEFINITION
6-
7-
\\"\\"\\"
4+
"\\"\\"\\"
85
The aggregations framework helps provide aggregated data based on a search
96
query. It is based on simple building blocks called aggregations, that can be
107
composed in order to build complex summaries of the data. [Documentation](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations.html)

src/elasticDSL/Query/__tests__/__snapshots__/Query-test.js.snap

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

33
exports[`AGGS args converter Query DSL 1`] = `
4-
"\\"\\"\\"Provides default value for input field.\\"\\"\\"
5-
directive @default(value: JSON!) on INPUT_FIELD_DEFINITION
6-
7-
\\"\\"\\"
4+
"\\"\\"\\"
85
The scripting module enables you to use scripts to evaluate custom expressions. [Documentation](https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-scripting.html)
96
\\"\\"\\"
107
input Elastic_CommonsScript_50 {

0 commit comments

Comments
 (0)