File tree Expand file tree Collapse file tree 3 files changed +1059
-92
lines changed
Expand file tree Collapse file tree 3 files changed +1059
-92
lines changed Original file line number Diff line number Diff line change 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" ,
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 }
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import * as dotenv from 'dotenv'
1010import chalk from 'chalk'
1111import { patchEndpointsToConfig as patchGraphcoolEndpointsToConfig } from 'graphql-config-extension-graphcool'
1212import { 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'
1414import {
1515 getGraphQLProjectConfig ,
1616 GraphQLProjectConfig ,
You can’t perform that action at this time.
0 commit comments