graphql-ready
Advanced tools
Comparing version 7.0.0 to 7.0.1
@@ -19,3 +19,3 @@ | ||
<head> | ||
<title>Simple GraphiQL Example</title> | ||
<title>GraphiQL</title> | ||
<link href="https://unpkg.com/graphiql/graphiql.min.css" rel="stylesheet" /> | ||
@@ -98,3 +98,3 @@ </head> | ||
if (schemaValidationErrors.length > 0) { | ||
throw new Error('GraphQL schema validation error.') | ||
throw schemaValidationErrors[0] | ||
} | ||
@@ -106,3 +106,3 @@ | ||
if (validationErrors.length > 0) { | ||
throw new Error('GraphQL validation error.') | ||
throw validationErrors[0] | ||
} | ||
@@ -109,0 +109,0 @@ |
{ | ||
"name": "graphql-ready", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "make graphql ready for start", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
10699