Skip to content

Commit

Permalink
chore: update graphql-compose dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nodkz committed Feb 10, 2020
1 parent c013ebb commit 9035384
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 180 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"@babel/plugin-transform-runtime": "7.8.3",
"@babel/preset-env": "7.8.4",
"@babel/preset-flow": "7.8.3",
"aws-sdk": "2.612.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-jest": "25.1.0",
Expand All @@ -55,12 +54,12 @@
"express-graphql": "^0.9.0",
"flow-bin": "0.110.0",
"graphql": "14.6.0",
"graphql-compose": "7.10.0",
"graphql-compose": "7.11.0",
"jest": "25.1.0",
"nodemon": "2.0.2",
"npm-run-all": "^4.1.5",
"prettier": "1.19.1",
"rimraf": "3.0.1",
"rimraf": "3.0.2",
"semantic-release": "^15.13.28"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`AGGS args converter Aggs DSL 1`] = `
"\\"\\"\\"Provides default value for input field.\\"\\"\\"
directive @default(value: JSON!) on INPUT_FIELD_DEFINITION
\\"\\"\\"
"\\"\\"\\"
The aggregations framework helps provide aggregated data based on a search
query. It is based on simple building blocks called aggregations, that can be
composed in order to build complex summaries of the data. [Documentation](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations.html)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`AGGS args converter Query DSL 1`] = `
"\\"\\"\\"Provides default value for input field.\\"\\"\\"
directive @default(value: JSON!) on INPUT_FIELD_DEFINITION
\\"\\"\\"
"\\"\\"\\"
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)
\\"\\"\\"
input Elastic_CommonsScript_50 {
Expand Down
Loading

0 comments on commit 9035384

Please sign in to comment.