postgraphile 5.0.0-beta.48 → 5.0.0-beta.49
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/CHANGELOG.md +72 -0
- package/dist/plugins/PgV4SimpleSubscriptionsPlugin.d.ts.map +1 -1
- package/dist/plugins/PgV4SimpleSubscriptionsPlugin.js +15 -4
- package/dist/plugins/PgV4SimpleSubscriptionsPlugin.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/fwd/@dataplan/pg/pg-sql2/index.d.ts +1 -0
- package/fwd/@dataplan/pg/pg-sql2/index.js +1 -0
- package/fwd/graphile-build-pg/@dataplan/pg/adaptors/pg/index.d.ts +1 -0
- package/fwd/graphile-build-pg/@dataplan/pg/adaptors/pg/index.js +1 -0
- package/fwd/graphile-build-pg/@dataplan/pg/index.d.ts +1 -0
- package/fwd/graphile-build-pg/@dataplan/pg/index.js +1 -0
- package/fwd/graphile-build-pg/@dataplan/pg/pg-sql2/index.d.ts +1 -0
- package/fwd/graphile-build-pg/@dataplan/pg/pg-sql2/index.js +1 -0
- package/fwd/graphile-build-pg/pg-sql2/index.d.ts +1 -0
- package/fwd/graphile-build-pg/pg-sql2/index.js +1 -0
- package/package.json +40 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,77 @@
|
|
|
1
1
|
# postgraphile
|
|
2
2
|
|
|
3
|
+
## 5.0.0-beta.49
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2730](https://github.com/graphile/crystal/pull/2730)
|
|
8
|
+
[`4c3cf22`](https://github.com/graphile/crystal/commit/4c3cf22592f44cb28e399434474ca5fcef0e1a3b)
|
|
9
|
+
Thanks [@benjie](https://github.com/benjie)! - Update `graphql` version range
|
|
10
|
+
|
|
11
|
+
- [#2142](https://github.com/graphile/crystal/pull/2142)
|
|
12
|
+
[`0465b4a`](https://github.com/graphile/crystal/commit/0465b4a038cc8d7ef4a857fb929a3c3b0104441c)
|
|
13
|
+
Thanks [@benjie](https://github.com/benjie)! - GraphQL v16.9.0+ is now
|
|
14
|
+
required for enum thunk support (enums will now break without this)
|
|
15
|
+
|
|
16
|
+
- [#2723](https://github.com/graphile/crystal/pull/2723)
|
|
17
|
+
[`e790f7a`](https://github.com/graphile/crystal/commit/e790f7ac7933c8ed01465688e20c2af76d2a79e8)
|
|
18
|
+
Thanks [@benjie](https://github.com/benjie)! - `@dataplan/pg` now exports
|
|
19
|
+
`sql` from `pg-sql2` and also adds forwards to the whole module
|
|
20
|
+
(`import ... from '@dataplan/pg/pg-sql2'`)
|
|
21
|
+
|
|
22
|
+
- [#2721](https://github.com/graphile/crystal/pull/2721)
|
|
23
|
+
[`a27b599`](https://github.com/graphile/crystal/commit/a27b5996544169314575d2361bc438515a4a3db5)
|
|
24
|
+
Thanks [@benjie](https://github.com/benjie)! - Simple subscriptions plugin now
|
|
25
|
+
supports `initialEvent` argument, as in V4.
|
|
26
|
+
|
|
27
|
+
- [#2718](https://github.com/graphile/crystal/pull/2718)
|
|
28
|
+
[`74e15d5`](https://github.com/graphile/crystal/commit/74e15d5bf2c6aada713711722aa31fb8b2da232d)
|
|
29
|
+
Thanks [@benjie](https://github.com/benjie)! - Port the
|
|
30
|
+
["enum table domains" feature](https://github.com/graphile/graphile-engine/pull/832)
|
|
31
|
+
from PostGraphile V4, so enum table values can be used as input and output
|
|
32
|
+
from PostgreSQL functions.
|
|
33
|
+
|
|
34
|
+
- [#2725](https://github.com/graphile/crystal/pull/2725)
|
|
35
|
+
[`d414491`](https://github.com/graphile/crystal/commit/d41449156d4983466fee4f34e3e361df4d561b3e)
|
|
36
|
+
Thanks [@benjie](https://github.com/benjie)! - Enable partitions to be exposed
|
|
37
|
+
via the `@partitionExpose child` or `@partitionExpose both` smart tags on the
|
|
38
|
+
partitioned table. Also adds a global configuration option for managing the
|
|
39
|
+
default setting for this (`parent` by default: only expose the parent
|
|
40
|
+
partitioned table, not its underlying child partitions).
|
|
41
|
+
- Updated dependencies
|
|
42
|
+
[[`2814c63`](https://github.com/graphile/crystal/commit/2814c639983437e9883de040c64cceda433a2687),
|
|
43
|
+
[`4c3cf22`](https://github.com/graphile/crystal/commit/4c3cf22592f44cb28e399434474ca5fcef0e1a3b),
|
|
44
|
+
[`7ce4d41`](https://github.com/graphile/crystal/commit/7ce4d41f9befce7c26e52cbfd7bf98febc764968),
|
|
45
|
+
[`0465b4a`](https://github.com/graphile/crystal/commit/0465b4a038cc8d7ef4a857fb929a3c3b0104441c),
|
|
46
|
+
[`71e0af2`](https://github.com/graphile/crystal/commit/71e0af265c90e9d9d0dc764cc552f7470e860251),
|
|
47
|
+
[`a26ad3e`](https://github.com/graphile/crystal/commit/a26ad3ebcc008acb9a6f5216e3f27ef74f138953),
|
|
48
|
+
[`a0a6082`](https://github.com/graphile/crystal/commit/a0a6082173247caf8f76df925a9d8e7926792663),
|
|
49
|
+
[`ab96e5f`](https://github.com/graphile/crystal/commit/ab96e5f58aa3315db9b85b452b048f600cb8353e),
|
|
50
|
+
[`278b4d3`](https://github.com/graphile/crystal/commit/278b4d398eb7db1935caba4155e1d1727284a370),
|
|
51
|
+
[`eaa771b`](https://github.com/graphile/crystal/commit/eaa771b34dbdac1c4d701faa8fb5947e9cf1d1be),
|
|
52
|
+
[`b539002`](https://github.com/graphile/crystal/commit/b539002a627bf3d595ffb994e871dfc2eb5c2b64),
|
|
53
|
+
[`e28e4d9`](https://github.com/graphile/crystal/commit/e28e4d9b651a8ee40582006de34dd011309ba4e1),
|
|
54
|
+
[`020b579`](https://github.com/graphile/crystal/commit/020b5791b57282d6fcbd42d0cbfd8be9e95cee47),
|
|
55
|
+
[`e790f7a`](https://github.com/graphile/crystal/commit/e790f7ac7933c8ed01465688e20c2af76d2a79e8),
|
|
56
|
+
[`32ba479`](https://github.com/graphile/crystal/commit/32ba479160eb5b9ceb5dbb10161a37b62a20f3aa),
|
|
57
|
+
[`c8412aa`](https://github.com/graphile/crystal/commit/c8412aa73875aafe64317cc4c655654a86486047),
|
|
58
|
+
[`13eb44b`](https://github.com/graphile/crystal/commit/13eb44b0c8fb56252f1ecb3aea99d8f0fe10e3fa),
|
|
59
|
+
[`d0c15cc`](https://github.com/graphile/crystal/commit/d0c15ccc32ed8dec19ff068f851529132dc93302),
|
|
60
|
+
[`74e15d5`](https://github.com/graphile/crystal/commit/74e15d5bf2c6aada713711722aa31fb8b2da232d),
|
|
61
|
+
[`3488ac0`](https://github.com/graphile/crystal/commit/3488ac0e0e3ffe0dd2a072858390df51e0ebaf39),
|
|
62
|
+
[`b20a63f`](https://github.com/graphile/crystal/commit/b20a63f5ee77734ce2e3aa71f9f4de3c00e27e55),
|
|
63
|
+
[`bffbb77`](https://github.com/graphile/crystal/commit/bffbb775ea76d1add85422866a6b7e904d2311af),
|
|
64
|
+
[`d414491`](https://github.com/graphile/crystal/commit/d41449156d4983466fee4f34e3e361df4d561b3e),
|
|
65
|
+
[`c48ca48`](https://github.com/graphile/crystal/commit/c48ca4840227b8e5e6a1dc198a189cfd911a602b),
|
|
66
|
+
[`05f3e44`](https://github.com/graphile/crystal/commit/05f3e449a771aefcd9a81c6275a376ad87e3d316),
|
|
67
|
+
[`81c62bb`](https://github.com/graphile/crystal/commit/81c62bb9f9b05f7ff1251695712e1777de7315f9)]:
|
|
68
|
+
- graphile-utils@5.0.0-beta.45
|
|
69
|
+
- graphile-build-pg@5.0.0-beta.47
|
|
70
|
+
- graphile-build@5.0.0-beta.39
|
|
71
|
+
- @dataplan/pg@0.0.1-beta.39
|
|
72
|
+
- grafserv@0.1.1-beta.29
|
|
73
|
+
- grafast@0.1.1-beta.27
|
|
74
|
+
|
|
3
75
|
## 5.0.0-beta.48
|
|
4
76
|
|
|
5
77
|
### Patch Changes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PgV4SimpleSubscriptionsPlugin.d.ts","sourceRoot":"","sources":["../../src/plugins/PgV4SimpleSubscriptionsPlugin.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,6BAA6B,
|
|
1
|
+
{"version":3,"file":"PgV4SimpleSubscriptionsPlugin.d.ts","sourceRoot":"","sources":["../../src/plugins/PgV4SimpleSubscriptionsPlugin.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,6BAA6B,uBA8FP,CAAC"}
|
|
@@ -11,7 +11,13 @@ exports.PgV4SimpleSubscriptionsPlugin = (0, graphile_utils_1.extendSchema)((buil
|
|
|
11
11
|
typeDefs: [
|
|
12
12
|
(0, graphile_utils_1.gql) `
|
|
13
13
|
extend type Subscription {
|
|
14
|
-
listen(
|
|
14
|
+
listen(
|
|
15
|
+
"""
|
|
16
|
+
If true, this subscription will trigger an event as soon as it initiates.
|
|
17
|
+
"""
|
|
18
|
+
initialEvent: Boolean! = false
|
|
19
|
+
topic: String!
|
|
20
|
+
): ListenPayload
|
|
15
21
|
}
|
|
16
22
|
|
|
17
23
|
type ListenPayload {
|
|
@@ -34,11 +40,13 @@ exports.PgV4SimpleSubscriptionsPlugin = (0, graphile_utils_1.extendSchema)((buil
|
|
|
34
40
|
Subscription: {
|
|
35
41
|
plans: {
|
|
36
42
|
listen: {
|
|
37
|
-
subscribePlan: (0, graphile_utils_1.EXPORTABLE)((context, jsonParse, lambda, listen) => function subscribePlan(_$root, { $topic }) {
|
|
43
|
+
subscribePlan: (0, graphile_utils_1.EXPORTABLE)((context, initialEvent, jsonParse, lambda, listen) => function subscribePlan(_$root, { $topic, $initialEvent: $includeInitialEvent }) {
|
|
38
44
|
const $pgSubscriber = context().get("pgSubscriber");
|
|
39
45
|
const $derivedTopic = lambda($topic, (topic) => `postgraphile:${topic}`);
|
|
40
|
-
|
|
41
|
-
|
|
46
|
+
// Create an initial event if enabled
|
|
47
|
+
const $initialEvent = lambda($includeInitialEvent, initialEvent, true);
|
|
48
|
+
return listen($pgSubscriber, $derivedTopic, jsonParse, $initialEvent);
|
|
49
|
+
}, [grafast_1.context, initialEvent, json_1.jsonParse, grafast_1.lambda, grafast_1.listen]),
|
|
42
50
|
plan: (0, graphile_utils_1.EXPORTABLE)(() => function plan($event) {
|
|
43
51
|
return $event;
|
|
44
52
|
}, []),
|
|
@@ -73,4 +81,7 @@ const nodeIdFromEvent = (0, graphile_utils_1.EXPORTABLE)((get, lambda, nodeObjTo
|
|
|
73
81
|
const $nodeId = lambda($nodeObj, nodeObjToNodeId);
|
|
74
82
|
return $nodeId;
|
|
75
83
|
}, [grafast_1.get, grafast_1.lambda, nodeObjToNodeId], "nodeIdFromEvent");
|
|
84
|
+
function initialEvent(obj) {
|
|
85
|
+
return obj ? `{"event":"initial"}` : undefined;
|
|
86
|
+
}
|
|
76
87
|
//# sourceMappingURL=PgV4SimpleSubscriptionsPlugin.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PgV4SimpleSubscriptionsPlugin.js","sourceRoot":"","sources":["../../src/plugins/PgV4SimpleSubscriptionsPlugin.ts"],"names":[],"mappings":";;;AAAA,yCAA2C;AAE3C,qCAAuD;AACvD,mDAA+D;AAElD,QAAA,6BAA6B,GAAG,IAAA,6BAAY,EAAC,CAAC,KAAK,EAAE,EAAE;IAClE,MAAM,EACJ,OAAO,EAAE,EAAE,GAAG,EAAE,GACjB,GAAG,KAAK,CAAC;IACV,MAAM,uBAAuB,GAAG,KAAK,CAAC,0BAA0B,EAAE,EAAE,CAAC;IACrE,OAAO;QACL,QAAQ,EAAE;YACR,IAAA,oBAAG,EAAA
|
|
1
|
+
{"version":3,"file":"PgV4SimpleSubscriptionsPlugin.js","sourceRoot":"","sources":["../../src/plugins/PgV4SimpleSubscriptionsPlugin.ts"],"names":[],"mappings":"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"}
|
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "5.0.0-beta.
|
|
1
|
+
export declare const version = "5.0.0-beta.49";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/dist/version.js
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "@dataplan/pg/pg-sql2";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require("@dataplan/pg/pg-sql2");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "graphile-build-pg/@dataplan/pg/adaptors/pg";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require("graphile-build-pg/@dataplan/pg/adaptors/pg");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "graphile-build-pg/@dataplan/pg";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require("graphile-build-pg/@dataplan/pg");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "graphile-build-pg/@dataplan/pg/pg-sql2";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require("graphile-build-pg/@dataplan/pg/pg-sql2");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "graphile-build-pg/pg-sql2";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require("graphile-build-pg/pg-sql2");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "postgraphile",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.49",
|
|
4
4
|
"description": "Automatic, high performance, and highly customizable GraphQL API for PostgreSQL",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -60,6 +60,11 @@
|
|
|
60
60
|
"node": "./fwd/@dataplan/pg/adaptors/pg/index.js",
|
|
61
61
|
"default": "./fwd/@dataplan/pg/adaptors/pg/index.js"
|
|
62
62
|
},
|
|
63
|
+
"./@dataplan/pg/pg-sql2": {
|
|
64
|
+
"types": "./fwd/@dataplan/pg/pg-sql2/index.d.ts",
|
|
65
|
+
"node": "./fwd/@dataplan/pg/pg-sql2/index.js",
|
|
66
|
+
"default": "./fwd/@dataplan/pg/pg-sql2/index.js"
|
|
67
|
+
},
|
|
63
68
|
"./grafast": {
|
|
64
69
|
"types": "./fwd/grafast/index.d.ts",
|
|
65
70
|
"node": "./fwd/grafast/index.js",
|
|
@@ -165,11 +170,31 @@
|
|
|
165
170
|
"node": "./fwd/graphile-build-pg/index.js",
|
|
166
171
|
"default": "./fwd/graphile-build-pg/index.js"
|
|
167
172
|
},
|
|
173
|
+
"./graphile-build-pg/@dataplan/pg": {
|
|
174
|
+
"types": "./fwd/graphile-build-pg/@dataplan/pg/index.d.ts",
|
|
175
|
+
"node": "./fwd/graphile-build-pg/@dataplan/pg/index.js",
|
|
176
|
+
"default": "./fwd/graphile-build-pg/@dataplan/pg/index.js"
|
|
177
|
+
},
|
|
178
|
+
"./graphile-build-pg/@dataplan/pg/adaptors/pg": {
|
|
179
|
+
"types": "./fwd/graphile-build-pg/@dataplan/pg/adaptors/pg/index.d.ts",
|
|
180
|
+
"node": "./fwd/graphile-build-pg/@dataplan/pg/adaptors/pg/index.js",
|
|
181
|
+
"default": "./fwd/graphile-build-pg/@dataplan/pg/adaptors/pg/index.js"
|
|
182
|
+
},
|
|
183
|
+
"./graphile-build-pg/@dataplan/pg/pg-sql2": {
|
|
184
|
+
"types": "./fwd/graphile-build-pg/@dataplan/pg/pg-sql2/index.d.ts",
|
|
185
|
+
"node": "./fwd/graphile-build-pg/@dataplan/pg/pg-sql2/index.js",
|
|
186
|
+
"default": "./fwd/graphile-build-pg/@dataplan/pg/pg-sql2/index.js"
|
|
187
|
+
},
|
|
168
188
|
"./graphile-build-pg/pg-introspection": {
|
|
169
189
|
"types": "./fwd/graphile-build-pg/pg-introspection/index.d.ts",
|
|
170
190
|
"node": "./fwd/graphile-build-pg/pg-introspection/index.js",
|
|
171
191
|
"default": "./fwd/graphile-build-pg/pg-introspection/index.js"
|
|
172
192
|
},
|
|
193
|
+
"./graphile-build-pg/pg-sql2": {
|
|
194
|
+
"types": "./fwd/graphile-build-pg/pg-sql2/index.d.ts",
|
|
195
|
+
"node": "./fwd/graphile-build-pg/pg-sql2/index.js",
|
|
196
|
+
"default": "./fwd/graphile-build-pg/pg-sql2/index.js"
|
|
197
|
+
},
|
|
173
198
|
"./pg-sql2": {
|
|
174
199
|
"types": "./fwd/pg-sql2/index.d.ts",
|
|
175
200
|
"node": "./fwd/pg-sql2/index.js",
|
|
@@ -223,18 +248,18 @@
|
|
|
223
248
|
"homepage": "https://graphile.org/graphile-engine/",
|
|
224
249
|
"dependencies": {
|
|
225
250
|
"@dataplan/json": "^0.0.1-beta.33",
|
|
226
|
-
"@dataplan/pg": "^0.0.1-beta.
|
|
251
|
+
"@dataplan/pg": "^0.0.1-beta.39",
|
|
227
252
|
"@graphile/lru": "^5.0.0-beta.4",
|
|
228
253
|
"@types/node": "^22.16.3",
|
|
229
254
|
"@types/pg": "^8.15.4",
|
|
230
255
|
"debug": "^4.4.1",
|
|
231
|
-
"grafast": "^0.1.1-beta.
|
|
232
|
-
"grafserv": "^0.1.1-beta.
|
|
233
|
-
"graphile-build": "^5.0.0-beta.
|
|
234
|
-
"graphile-build-pg": "^5.0.0-beta.
|
|
256
|
+
"grafast": "^0.1.1-beta.27",
|
|
257
|
+
"grafserv": "^0.1.1-beta.29",
|
|
258
|
+
"graphile-build": "^5.0.0-beta.39",
|
|
259
|
+
"graphile-build-pg": "^5.0.0-beta.47",
|
|
235
260
|
"graphile-config": "^0.0.1-beta.18",
|
|
236
|
-
"graphile-utils": "^5.0.0-beta.
|
|
237
|
-
"graphql": "^16.
|
|
261
|
+
"graphile-utils": "^5.0.0-beta.45",
|
|
262
|
+
"graphql": "^16.9.0",
|
|
238
263
|
"iterall": "^1.3.0",
|
|
239
264
|
"jsonwebtoken": "^9.0.2",
|
|
240
265
|
"pg": "^8.16.3",
|
|
@@ -245,14 +270,14 @@
|
|
|
245
270
|
},
|
|
246
271
|
"peerDependencies": {
|
|
247
272
|
"@dataplan/json": "^0.0.1-beta.33",
|
|
248
|
-
"@dataplan/pg": "^0.0.1-beta.
|
|
273
|
+
"@dataplan/pg": "^0.0.1-beta.39",
|
|
249
274
|
"@envelop/core": "^5.0.0",
|
|
250
|
-
"grafast": "^0.1.1-beta.
|
|
251
|
-
"grafserv": "^0.1.1-beta.
|
|
252
|
-
"graphile-build": "^5.0.0-beta.
|
|
253
|
-
"graphile-build-pg": "^5.0.0-beta.
|
|
275
|
+
"grafast": "^0.1.1-beta.27",
|
|
276
|
+
"grafserv": "^0.1.1-beta.29",
|
|
277
|
+
"graphile-build": "^5.0.0-beta.39",
|
|
278
|
+
"graphile-build-pg": "^5.0.0-beta.47",
|
|
254
279
|
"graphile-config": "^0.0.1-beta.18",
|
|
255
|
-
"graphql": "^16.
|
|
280
|
+
"graphql": "^16.9.0",
|
|
256
281
|
"pg": "^8.7.1",
|
|
257
282
|
"pg-sql2": "^5.0.0-beta.9",
|
|
258
283
|
"tamedevil": "^0.0.0-beta.9"
|
|
@@ -277,7 +302,7 @@
|
|
|
277
302
|
"@types/jsonwebtoken": "^9.0.10",
|
|
278
303
|
"@types/nodemon": "3.1.1",
|
|
279
304
|
"graphile": "^5.0.0-beta.45",
|
|
280
|
-
"graphile-export": "^0.0.2-beta.
|
|
305
|
+
"graphile-export": "^0.0.2-beta.31",
|
|
281
306
|
"jest": "^30.0.4",
|
|
282
307
|
"nodemon": "^3.1.10",
|
|
283
308
|
"ts-node": "^10.9.2",
|