graphql-ready
Advanced tools
Comparing version 4.3.0 to 4.3.1
@@ -92,3 +92,3 @@ | ||
const operationUrl = getOperationUrl(document) | ||
req.graphqlUrl += operationUrl | ||
req.graphqlUrl = operationUrl | ||
@@ -95,0 +95,0 @@ if (Array.isArray(result.errors) && result.errors.length > 0) { |
{ | ||
"name": "graphql-ready", | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"description": "make graphql ready for start", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -52,3 +52,3 @@ | ||
onFinished(res, () => { | ||
console.log(req.baseUrl) | ||
console.log(req.graphqlUrl) | ||
}) | ||
@@ -55,0 +55,0 @@ next() |
5083