@walmartlabs/json-to-simple-graphql-schema
Advanced tools
Comparing version
@@ -41,3 +41,3 @@ /** | ||
} | ||
return; | ||
return ""; | ||
} | ||
@@ -50,2 +50,3 @@ | ||
} | ||
return ""; | ||
}); | ||
@@ -52,0 +53,0 @@ |
{ | ||
"name": "@walmartlabs/json-to-simple-graphql-schema", | ||
"description": "Converts a JSON object into a GraphQL schema", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"homepage": "https://github.com/walmartlabs/json-to-simple-graphql-schema", | ||
@@ -31,17 +31,17 @@ "bugs": { | ||
"dependencies": { | ||
"lodash.isboolean": "3.0.3", | ||
"lodash.isinteger": "4.0.4", | ||
"lodash.isnumber": "3.0.3", | ||
"lodash.isobject": "3.0.2", | ||
"lodash.set": "4.3.2", | ||
"pascal-case": "3.1.1" | ||
"lodash.isboolean": "^3.0.3", | ||
"lodash.isinteger": "^4.0.4", | ||
"lodash.isnumber": "^3.0.3", | ||
"lodash.isobject": "^3.0.2", | ||
"lodash.set": "^4.3.2", | ||
"pascal-case": "^3.1.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.10.5", | ||
"@babel/preset-env": "^7.10.4", | ||
"autoprefixer": "^9.8.5", | ||
"@babel/core": "^7.11.0", | ||
"@babel/preset-env": "^7.11.0", | ||
"autoprefixer": "^9.8.6", | ||
"babel-eslint": "^10.1.0", | ||
"babel-loader": "^8.1.0", | ||
"clean-webpack-plugin": "^3.0.0", | ||
"css-loader": "^3.6.0", | ||
"css-loader": "^4.2.0", | ||
"cssnano": "4.1.10", | ||
@@ -52,3 +52,3 @@ "eslint": "^7.5.0", | ||
"html-webpack-plugin": "4.3.0", | ||
"jest": "^26.1.0", | ||
"jest": "^26.2.2", | ||
"mini-css-extract-plugin": "^0.9.0", | ||
@@ -59,3 +59,3 @@ "optimize-css-assets-webpack-plugin": "^5.0.3", | ||
"style-loader": "^1.2.1", | ||
"webpack": "^4.43.0", | ||
"webpack": "^4.44.1", | ||
"webpack-bundle-analyzer": "^3.8.0", | ||
@@ -62,0 +62,0 @@ "webpack-cli": "^3.3.12", |
@@ -25,4 +25,4 @@ ## json-to-simple-graphql-schema | ||
```bash | ||
curl https://data.cityofnewyork.us/api/views/kku6-nxdu/rows.json?accessType=DOWNLOAD \ | ||
| npx json-to-simple-graphql-schema | ||
curl "https://data.cityofnewyork.us/api/views/kku6-nxdu/rows.json?accessType=DOWNLOAD" \ | ||
| npx @walmartlabs/json-to-simple-graphql-schema | ||
``` | ||
@@ -29,0 +29,0 @@ > You'll still need to rename the resulting main Type in the schema, unless you like `AutogeneratedMainType` :) |
15771
0.25%287
0.35%+ Added
- Removed
- Removed
Updated
Updated
Updated
Updated
Updated
Updated