@blocklet/server-js 1.16.52 → 1.16.53-beta-20251009-103017-c7694a7e
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 +11 -1
- package/dist/types.js +273 -272
- 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 +11 -1
- package/lib/types.js +273 -272
- package/lib/types.js.map +1 -1
- package/package.json +2 -2
package/dist/schema/graphql.json
CHANGED
|
@@ -5280,6 +5280,16 @@
|
|
|
5280
5280
|
"ofType": null
|
|
5281
5281
|
},
|
|
5282
5282
|
"defaultValue": null
|
|
5283
|
+
},
|
|
5284
|
+
{
|
|
5285
|
+
"name": "deferPassport",
|
|
5286
|
+
"description": null,
|
|
5287
|
+
"type": {
|
|
5288
|
+
"kind": "SCALAR",
|
|
5289
|
+
"name": "Boolean",
|
|
5290
|
+
"ofType": null
|
|
5291
|
+
},
|
|
5292
|
+
"defaultValue": null
|
|
5283
5293
|
}
|
|
5284
5294
|
],
|
|
5285
5295
|
"interfaces": null,
|
|
@@ -42657,4 +42667,4 @@
|
|
|
42657
42667
|
]
|
|
42658
42668
|
}
|
|
42659
42669
|
]
|
|
42660
|
-
}
|
|
42670
|
+
}
|