8000 fix: graphql-type-json has changed its commonjs export interface · turkdevops/vue-cli@d67fcdb · GitHub
[go: up one dir, main page]

Skip to content

Commit d67fcdb

Browse files
committed
fix: graphql-type-json has changed its commonjs export interface
1 parent 826c329 commit d67fcdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-ui/apollo-server/resolvers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const { withFilter } = require('graphql-subscriptions')
22
const path = require('path')
33
const globby = require('globby')
44
const merge = require('lodash.merge')
5-
const GraphQLJSON = require('graphql-type-json')
5+
const { GraphQLJSON } = require('graphql-type-json')
66
// Channels for subscriptions
77
const channels = require('./channels')
88
// Connectors

0 commit comments

Comments
 (0)
0