Skip to content

Commit

Permalink
Update to @graphql-tools/merge #302
Browse files Browse the repository at this point in the history
  • Loading branch information
electerious committed Dec 9, 2021
1 parent d0a7c17 commit d6af010
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 816 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"lint": "eslint \"{functions,src,test}/**/*.js\""
},
"dependencies": {
"@graphql-tools/merge": "^8.2.1",
"ackee-tracker": "^5.1.0",
"apollo-server-lambda": "^2.25.1",
"apollo-server-micro": "^2.25.1",
Expand All @@ -43,7 +44,6 @@
"dotenv": "^10.0.0",
"graphql": "^15.5.3",
"graphql-scalars": "^1.14.1",
"graphql-tools": "^7.0.5",
"is-url": "^1.2.4",
"micro": "^9.3.4",
"microrouter": "^3.1.3",
Expand Down
2 changes: 1 addition & 1 deletion src/resolvers/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict'

const { mergeResolvers } = require('graphql-tools')
const { mergeResolvers } = require('@graphql-tools/merge')

module.exports = mergeResolvers([
require('./tokens'),
Expand Down
2 changes: 1 addition & 1 deletion src/types/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict'

const { mergeTypeDefs } = require('graphql-tools')
const { mergeTypeDefs } = require('@graphql-tools/merge')

module.exports = mergeTypeDefs([
require('./tokens'),
Expand Down

0 comments on commit d6af010

Please sign in to comment.