graphjin 0.17.15 → 0.17.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -186,6 +186,7 @@ With GraphJin your web and mobile developers can start building instantly. All t
186
186
  - Realtime updates with subscriptions
187
187
  - Add custom business logic in Javascript
188
188
  - Build infinite scroll, feeds, nested comments, etc
189
+ - Add data validations on insert or update
189
190
  - Auto learns database tables and relationships
190
191
  - Role and Attribute-based access control
191
192
  - Cursor-based efficient pagination
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphjin",
3
- "version": "0.17.15",
3
+ "version": "0.17.16",
4
4
  "description": "GraphJin - Build APIs in 5 minutes with GraphQL. An instant GraphQL to SQL compiler.",
5
5
  "main": "index.js",
6
6
  "directories": {