graphql-config-extension-graphcool
Advanced tools
@@ -69,3 +69,3 @@ "use strict"; | ||
_a = lodash_1.merge; | ||
return [4 /*yield*/, getEndpointsFromPath(env, newConfig.extensions.graphcool, cache, cwd)]; | ||
return [4 /*yield*/, getEndpointsFromPath(env, newConfig.extensions.graphcool, cache, cwd, envVars)]; | ||
case 2: | ||
@@ -118,3 +118,7 @@ newConfig = _a.apply(void 0, [_b.sent()]); | ||
entries = entries.filter(function (entry) { return entry.stage === envVars.GRAPHCOOL_STAGE; }); | ||
console.log('THERE IS A COOL ENV VAR.', envVars.GRAPHCOOL_STAGE); | ||
} | ||
else { | ||
console.log('there is not cool env var'); | ||
} | ||
return [2 /*return*/, entries.reduce(function (acc, entry) { | ||
@@ -121,0 +125,0 @@ var cluster = env.clusterByName(entry.cluster); |
{ | ||
"name": "graphql-config-extension-graphcool", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
Sorry, the diff of this file is not supported yet
23486
1.57%308
1.32%