We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 826c329 commit d67fcdbCopy full SHA for d67fcdb
packages/@vue/cli-ui/apollo-server/resolvers.js
@@ -2,7 +2,7 @@ const { withFilter } = require('graphql-subscriptions')
2
const path = require('path')
3
const globby = require('globby')
4
const merge = require('lodash.merge')
5
-const GraphQLJSON = require('graphql-type-json')
+const { GraphQLJSON } = require('graphql-type-json')
6
// Channels for subscriptions
7
const channels = require('./channels')
8
// Connectors
0 commit comments