netlify-onegraph-internal
Advanced tools
Comparing version 0.8.3 to 0.8.4
@@ -143,3 +143,3 @@ "use strict"; | ||
case 0: | ||
url = "https://" + netlifyGraphHost + "/schema?app_id=" + appId + "&schemaId=" + schemaId; | ||
url = "https://" + netlifyGraphHost + "/schema?app_id=" + appId + "&schema_id=" + schemaId; | ||
authorizationHeader = accessToken | ||
@@ -146,0 +146,0 @@ ? { authorization: "Bearer " + accessToken } |
{ | ||
"name": "netlify-onegraph-internal", | ||
"version": "0.8.3", | ||
"version": "0.8.4", | ||
"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
601929