@blocklet/server-js 1.16.53-beta-20251013-075536-64fcb94b → 1.16.53
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 +2 -0
- package/dist/bundle.js +1 -1
- package/dist/report.html +2 -2
- package/dist/schema/graphql.json +22 -0
- package/dist/types.js +274 -272
- package/dist/types.js.map +1 -1
- package/docs/QUERIES.md +4 -1
- package/lib/node.d.ts +2 -0
- package/lib/schema/graphql.json +22 -0
- package/lib/types.js +274 -272
- package/lib/types.js.map +1 -1
- package/package.json +2 -2
package/dist/schema/graphql.json
CHANGED
|
@@ -5718,6 +5718,16 @@
|
|
|
5718
5718
|
"ofType": null
|
|
5719
5719
|
},
|
|
5720
5720
|
"defaultValue": null
|
|
5721
|
+
},
|
|
5722
|
+
{
|
|
5723
|
+
"name": "blockletSingleton",
|
|
5724
|
+
"description": null,
|
|
5725
|
+
"type": {
|
|
5726
|
+
"kind": "SCALAR",
|
|
5727
|
+
"name": "Boolean",
|
|
5728
|
+
"ofType": null
|
|
5729
|
+
},
|
|
5730
|
+
"defaultValue": null
|
|
5721
5731
|
}
|
|
5722
5732
|
],
|
|
5723
5733
|
"interfaces": null,
|
|
@@ -26579,6 +26589,18 @@
|
|
|
26579
26589
|
},
|
|
26580
26590
|
"isDeprecated": false,
|
|
26581
26591
|
"deprecationReason": null
|
|
26592
|
+
},
|
|
26593
|
+
{
|
|
26594
|
+
"name": "blockletSingleton",
|
|
26595
|
+
"description": null,
|
|
26596
|
+
"args": [],
|
|
26597
|
+
"type": {
|
|
26598
|
+
"kind": "SCALAR",
|
|
26599
|
+
"name": "Boolean",
|
|
26600
|
+
"ofType": null
|
|
26601
|
+
},
|
|
26602
|
+
"isDeprecated": false,
|
|
26603
|
+
"deprecationReason": null
|
|
26582
26604
|
}
|
|
26583
26605
|
],
|
|
26584
26606
|
"inputFields": null,
|