@blocklet/server-js 1.16.50 → 1.16.51-beta-20250905-023351-70af144b
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.
- package/dist/browser.d.ts +1 -0
- package/dist/bundle.js +1 -1
- package/dist/report.html +2 -2
- package/dist/schema/graphql.json +10 -0
- package/dist/types.js +1 -0
- package/dist/types.js.map +1 -1
- package/docs/QUERIES.md +1 -1
- package/lib/node.d.ts +1 -0
- package/lib/schema/graphql.json +10 -0
- package/lib/types.js +1 -0
- package/lib/types.js.map +1 -1
- package/package.json +2 -2
package/docs/QUERIES.md
CHANGED
package/lib/node.d.ts
CHANGED
package/lib/schema/graphql.json
CHANGED
|
@@ -3805,6 +3805,16 @@
|
|
|
3805
3805
|
"ofType": null
|
|
3806
3806
|
},
|
|
3807
3807
|
"defaultValue": null
|
|
3808
|
+
},
|
|
3809
|
+
{
|
|
3810
|
+
"name": "useCache",
|
|
3811
|
+
"description": null,
|
|
3812
|
+
"type": {
|
|
3813
|
+
"kind": "SCALAR",
|
|
3814
|
+
"name": "Boolean",
|
|
3815
|
+
"ofType": null
|
|
3816
|
+
},
|
|
3817
|
+
"defaultValue": null
|
|
3808
3818
|
}
|
|
3809
3819
|
],
|
|
3810
3820
|
"interfaces": null,
|