graphql-query-generator
Advanced tools
Comparing version 0.1.2 to 0.2.0
@@ -58,3 +58,3 @@ #!/usr/bin/env node | ||
console.log('Following errors occured:\n'); | ||
result.errors.forEach(err => console.log(err.message)); | ||
result.errors.forEach(err => console.log(err.message + '\n\tPath: ' + err.path.join('.'))); | ||
console.log(''); | ||
@@ -61,0 +61,0 @@ } |
{ | ||
"name": "graphql-query-generator", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"description": "Generates queries from the GraphQL endpoint via schema introspection.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,2 +0,2 @@ | ||
![badge](https://graphql-query-generator.visualstudio.com/_apis/public/build/definitions/091bfe98-4175-4ef4-b7d5-8bbfa6f62a13/1/badge) | ||
[![build](https://api.travis-ci.org/opentable/graphql-query-generator.svg?branch=master)](https://travis-ci.org/opentable/graphql-query-generator) | ||
@@ -3,0 +3,0 @@ # GraphQL Query Generator |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
54690
17
1