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