@walmartlabs/json-to-simple-graphql-schema
Advanced tools
Comparing version
{ | ||
"name": "@walmartlabs/json-to-simple-graphql-schema", | ||
"description": "Converts a JSON object into a GraphQL schema", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"homepage": "https://github.com/walmartlabs/json-to-simple-graphql-schema", | ||
@@ -15,3 +15,3 @@ "bugs": { | ||
"engines": { | ||
"node": ">=10.0.0" | ||
"node": ">=8.0.0" | ||
}, | ||
@@ -18,0 +18,0 @@ "license": "Apache-2.0", |
@@ -24,5 +24,5 @@ ## json-to-simple-graphql-schema | ||
> You'll still need to rename the resulting main Type in the schema, unless you like `AutogeneratedMainType` :) | ||
``` | ||
Or pipe in some JSON from a JSON file. | ||
```bash | ||
@@ -29,0 +29,0 @@ curl https://data.cityofnewyork.us/api/views/kku6-nxdu/rows.json?accessType=DOWNLOAD > input.json |
14277
-0.03%