@steedos/schemas 2.5.5 → 2.5.6-beta.4

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.
@@ -60,6 +60,10 @@
60
60
  "type": "boolean",
61
61
  "description": "允许搜索"
62
62
  },
63
+ "enable_dataloader":{
64
+ "type": "boolean",
65
+ "description": "graphql api中启用dataloader缓存"
66
+ },
63
67
  "is_enable": {
64
68
  "type": "boolean",
65
69
  "description": "是否启用,如果为false,则对象不可见"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/schemas",
3
- "version": "2.5.5",
3
+ "version": "2.5.6-beta.4",
4
4
  "main": "index.js",
5
5
  "repository": "https://github.com/steedos/schemas.git",
6
6
  "author": "sunhaolin <sunhaolin@hotoa.com>",
@@ -9,5 +9,5 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "gitHead": "f1e15b667da1e140e3003bf836d56cd6e36c79e3"
12
+ "gitHead": "865682da22058bd2a954753eeeab891612e6b529"
13
13
  }