netlify-onegraph-internal
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -457,3 +457,2 @@ "use strict"; | ||
}; | ||
console.log("trying to find baseGqlType"); | ||
var baseGqlType = (operationDefinition.kind === graphql_1.Kind.OPERATION_DEFINITION | ||
@@ -460,0 +459,0 @@ ? operationDefinition.operation === "query" |
@@ -525,3 +525,3 @@ "use strict"; | ||
if (fn.executionStrategy === "DYNAMIC") { | ||
console.log("Skipping dynamic operation", fn.operationName); | ||
internalConsole_1.internalConsole.log("Skipping dynamic operation", fn.operationName); | ||
// @ts-ignore | ||
@@ -531,3 +531,3 @@ persistedFunctionDefinitions.push(__assign({}, fn)); | ||
} | ||
console.log("Persisting: ", fn.operationName); | ||
internalConsole_1.internalConsole.log("Persisting: ", fn.operationName); | ||
return [4 /*yield*/, (0, oneGraphClient_1.executeCreatePersistedQueryMutation)({ | ||
@@ -534,0 +534,0 @@ nfToken: netlifyToken, |
{ | ||
"name": "netlify-onegraph-internal", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Internal tools for use by Netlify", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
475363
6185