Skip to content

Commit 8ef59ab

Browse files
committed
feat: upgrade to graphql-config@2
1 parent 595fe41 commit 8ef59ab

File tree

3 files changed

+1059
-92
lines changed

3 files changed

+1059
-92
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,10 @@
8080
"express-request-proxy": "^2.0.0",
8181
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0",
8282
"graphql-cli-prepare": "1.4.19",
83-
"graphql-config": "2.1.0",
84-
"graphql-config-extension-graphcool": "1.0.8",
85-
"graphql-config-extension-openapi": "1.0.6",
86-
"graphql-config-extension-prisma": "0.2.2",
87-
"graphql-playground-middleware-express": "1.6.2",
83+
"graphql-config": "2.2.1",
84+
"graphql-config-extension-graphcool": "1.0.11",
85+
"graphql-config-extension-prisma": "0.2.5",
86+
"graphql-playground-middleware-express": "1.7.6",
8887
"graphql-schema-linter": "0.1.1",
8988
"inquirer": "5.1.0",
9089
"is-url-superb": "2.0.0",
@@ -100,6 +99,7 @@
10099
"request": "^2.83.0",
101100
"rimraf": "2.6.2",
102101
"source-map-support": "^0.5.3",
102+
"tmp-graphql-config-extension-openapi": "^1.0.7",
103103
"update-notifier": "^2.3.0",
104104
"yargs": "11.0.0"
105105
}

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import * as dotenv from 'dotenv'
1010
import chalk from 'chalk'
1111
import { patchEndpointsToConfig as patchGraphcoolEndpointsToConfig } from 'graphql-config-extension-graphcool'
1212
import { patchEndpointsToConfig as patchPrismaEndpointsToConfig } from 'graphql-config-extension-prisma'
13-
import { patchEndpointsToConfig as patchOpenApiEndpointsToConfig } from 'graphql-config-extension-openapi'
13+
import { patchEndpointsToConfig as patchOpenApiEndpointsToConfig } from 'tmp-graphql-config-extension-openapi'
1414
import {
1515
getGraphQLProjectConfig,
1616
GraphQLProjectConfig,

0 commit comments

Comments
 (0)