graphile-utils 5.0.0-rc.7 → 5.0.0

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 DELETED
@@ -1,2279 +0,0 @@
1
- # graphile-utils
2
-
3
- ## 5.0.0-rc.7
4
-
5
- ### Patch Changes
6
-
7
- - [#2957](https://github.com/graphile/crystal/pull/2957)
8
- [`5615d3f`](https://github.com/graphile/crystal/commit/5615d3f37ecd78aff6503069e09481b72ff95618)
9
- Thanks [@benjie](https://github.com/benjie)! - Significantly reduce the size
10
- of a PostGraphile exported schema (around 20% reduction on test fixtures) by:
11
- - marking optional things as optional
12
- - excluding many optional things from being specified in configuration objects
13
- (including `tags` objects if no tags are present)
14
- - using `LIST_TYPES` for PostgreSQL builtin list types
15
- - extracting inline function definitions to be global functions where
16
- appropriate, and simplifying functions where not
17
-
18
- Breaking changes to types (but more accurate reflection of reality):
19
- - `extensions` is now marked as optional in many places.
20
- - `extensions.tags` is now marked optional in many places.
21
- - `PgCodecAttribute.notNull` is now marked as optional.
22
- - `PgResourceParameter.requires` is now marked as optional.
23
- - `PgCodecRelation.isUnique` is now marked as optional.
24
- - `pgGetArgDetailsFromParameters().argDetails.postgresArgName` is now optional
25
- (may return `undefined` in addition to `null`) and `.required` is now
26
- optional (returns `boolean | undefined`)
27
-
28
- - [#2956](https://github.com/graphile/crystal/pull/2956)
29
- [`b793077`](https://github.com/graphile/crystal/commit/b793077f81c0bb56e5cb75853c06db6f934223ff)
30
- Thanks [@benjie](https://github.com/benjie)! - Internal refactor: replace
31
- usage of isExecutableStep/assertExecutableStep with isStep/assertStep.
32
-
33
- - [#2965](https://github.com/graphile/crystal/pull/2965)
34
- [`d15e1c2`](https://github.com/graphile/crystal/commit/d15e1c2dc9ffad906d08d3ec2963034494d43d98)
35
- Thanks [@benjie](https://github.com/benjie)! - Make EXPORTABLE's scope a
36
- readonly array for greater compatibility.
37
-
38
- - Updated dependencies
39
- [[`5615d3f`](https://github.com/graphile/crystal/commit/5615d3f37ecd78aff6503069e09481b72ff95618),
40
- [`b793077`](https://github.com/graphile/crystal/commit/b793077f81c0bb56e5cb75853c06db6f934223ff),
41
- [`8384026`](https://github.com/graphile/crystal/commit/83840262d8a6bc734840037d87cf9d7cd5292585),
42
- [`81ade71`](https://github.com/graphile/crystal/commit/81ade71eb278d1d9a6283e7bef48328964e5e56c),
43
- [`57dfa70`](https://github.com/graphile/crystal/commit/57dfa70b70b026c4d84d58a6fd64731f22f7b11a),
44
- [`d15e1c2`](https://github.com/graphile/crystal/commit/d15e1c2dc9ffad906d08d3ec2963034494d43d98),
45
- [`eb9695b`](https://github.com/graphile/crystal/commit/eb9695ba9bd04f28473cf78bc4e3a2b862c58c9e),
46
- [`c0b8af9`](https://github.com/graphile/crystal/commit/c0b8af9162059607109028e53e7fa65304f09449),
47
- [`5821e39`](https://github.com/graphile/crystal/commit/5821e397f02166ac6c27de1e24089eee0b995968),
48
- [`c9fd9f3`](https://github.com/graphile/crystal/commit/c9fd9f3132ffbce7f7562e7c86b64eb41762fd92),
49
- [`60c8690`](https://github.com/graphile/crystal/commit/60c8690d20f70aab8af0380aa3a83a5cc03b4c2b),
50
- [`8543720`](https://github.com/graphile/crystal/commit/8543720a111133234b20b5448b83887fcb0f0708),
51
- [`b73416b`](https://github.com/graphile/crystal/commit/b73416b09c947fc0ce57ea9d4f26d15679dbc112)]:
52
- - graphile-build-pg@5.0.0-rc.6
53
- - graphile-build@5.0.0-rc.5
54
- - @dataplan/pg@1.0.0-rc.6
55
- - grafast@1.0.0-rc.8
56
- - tamedevil@0.1.0-rc.5
57
-
58
- ## 5.0.0-rc.6
59
-
60
- ### Patch Changes
61
-
62
- - [#2946](https://github.com/graphile/crystal/pull/2946)
63
- [`cdeae97`](https://github.com/graphile/crystal/commit/cdeae97178c40cfcb1a4a4c470ea98b4376856dc)
64
- Thanks [@benjie](https://github.com/benjie)! - Further reduce wrapPlans
65
- warnings
66
-
67
- - [#2950](https://github.com/graphile/crystal/pull/2950)
68
- [`f75fc20`](https://github.com/graphile/crystal/commit/f75fc20c07f71fb8e8322d14ee1267e294bc0beb)
69
- Thanks [@benjie](https://github.com/benjie)! - Add support for `baked()` and
70
- `apply()` in input object definitions in `extendSchema()`.
71
- - Updated dependencies
72
- [[`8f50146`](https://github.com/graphile/crystal/commit/8f5014605d2d3a3353ab99e2ac4bbadaadcccdca),
73
- [`5e83533`](https://github.com/graphile/crystal/commit/5e83533f2d7005ba031d800c079e21f9fa1fecd5),
74
- [`03e5ce5`](https://github.com/graphile/crystal/commit/03e5ce5b3feaed585b9fabef9e81a0b0564bc725),
75
- [`f213a8e`](https://github.com/graphile/crystal/commit/f213a8e4813ec79beddc81fc994314e99a9b67f9)]:
76
- - graphile-build-pg@5.0.0-rc.5
77
- - graphile-config@1.0.0-rc.5
78
- - @dataplan/pg@1.0.0-rc.5
79
- - grafast@1.0.0-rc.7
80
-
81
- ## 5.0.0-rc.5
82
-
83
- ### Patch Changes
84
-
85
- - [#2934](https://github.com/graphile/crystal/pull/2934)
86
- [`3bb06eb`](https://github.com/graphile/crystal/commit/3bb06eb073777029d0db1639ad303cc76aa557f9)
87
- Thanks [@benjie](https://github.com/benjie)! - Fix major bug in PostGraphile
88
- v5 RC5 where smart tag string matching matches all entities after the first
89
- check due to mutation.
90
- - Updated dependencies
91
- [[`fc2f84f`](https://github.com/graphile/crystal/commit/fc2f84f62777b3e6ad952121a0fe8e4595f6ec4f)]:
92
- - grafast@1.0.0-rc.6
93
-
94
- ## 5.0.0-rc.4
95
-
96
- ### Patch Changes
97
-
98
- - [#2910](https://github.com/graphile/crystal/pull/2910)
99
- [`9eb3829`](https://github.com/graphile/crystal/commit/9eb3829ea337041e4585e0cfeb63b44e87d7d14f)
100
- Thanks [@benjie](https://github.com/benjie)! - Use consistent type export
101
- syntax
102
-
103
- - [`a3722d6`](https://github.com/graphile/crystal/commit/a3722d613bc6fb9e32f167aae9a31eaa422ceef1)
104
- Thanks [@benjie](https://github.com/benjie)! - Refactor to enable TypeScript
105
- options rewriteRelativeImportExtensions and erasableSyntaxOnly (including
106
- using .ts extensions in source code)
107
-
108
- - [#2924](https://github.com/graphile/crystal/pull/2924)
109
- [`8b4b611`](https://github.com/graphile/crystal/commit/8b4b611b42d167e06c5b1048f532d180468637e8)
110
- Thanks [@benjie](https://github.com/benjie)! - `pgSmartTags()` and related
111
- functions now have more natural typing/better inference and improved
112
- performance.
113
-
114
- - [#2921](https://github.com/graphile/crystal/pull/2921)
115
- [`e688cc1`](https://github.com/graphile/crystal/commit/e688cc18f26b5b2d4e836e14cb44fadb544ae82c)
116
- Thanks [@benjie](https://github.com/benjie)! - Give extendSchema() support for
117
- argument applyPlan
118
-
119
- - [#2895](https://github.com/graphile/crystal/pull/2895)
120
- [`7b20942`](https://github.com/graphile/crystal/commit/7b2094266477eab8b94c77e3009199d3897cb097)
121
- Thanks [@benjie](https://github.com/benjie)! - Fix the `wrapPlans()` resolver
122
- emulation warning to only occur when the type has no `assertStep`, group
123
- related calls and log them together, offer an option to disable this warning
124
- (along with the ability to name the plugin), and introduce an error page with
125
- detailed information about the why and how to fix of the issue.
126
- - Updated dependencies
127
- [[`9eb3829`](https://github.com/graphile/crystal/commit/9eb3829ea337041e4585e0cfeb63b44e87d7d14f),
128
- [`a3722d6`](https://github.com/graphile/crystal/commit/a3722d613bc6fb9e32f167aae9a31eaa422ceef1),
129
- [`0f913ee`](https://github.com/graphile/crystal/commit/0f913ee4d91e9383aceda001640e171aa8a3069a),
130
- [`5fc379e`](https://github.com/graphile/crystal/commit/5fc379ea1ee56ea033a3f7d8c4a1ee00a6c83de7),
131
- [`1d5d63e`](https://github.com/graphile/crystal/commit/1d5d63e376999b1b4d911e75cbff77a07d4e17b9),
132
- [`7ca663e`](https://github.com/graphile/crystal/commit/7ca663e055a20f8d5e3f1c424896f1d120c4443a)]:
133
- - graphile-build@5.0.0-rc.4
134
- - graphile-config@1.0.0-rc.4
135
- - @dataplan/pg@1.0.0-rc.4
136
- - grafast@1.0.0-rc.5
137
- - graphile-build-pg@5.0.0-rc.4
138
- - tamedevil@0.1.0-rc.4
139
-
140
- ## 5.0.0-rc.3
141
-
142
- ### Patch Changes
143
-
144
- - [#2877](https://github.com/graphile/crystal/pull/2877)
145
- [`1e45a3d`](https://github.com/graphile/crystal/commit/1e45a3d6495cfea45bfdde95af889a453b82def3)
146
- Thanks [@benjie](https://github.com/benjie)! - Safety - use null prototype
147
- objects in more places.
148
-
149
- - [#2873](https://github.com/graphile/crystal/pull/2873)
150
- [`0772086`](https://github.com/graphile/crystal/commit/0772086411a55d56b4e345cff1eef133eee31b36)
151
- Thanks [@benjie](https://github.com/benjie)! - Update TypeScript configuration
152
- to support Node 22 minimum
153
-
154
- - [#2888](https://github.com/graphile/crystal/pull/2888)
155
- [`1a56db2`](https://github.com/graphile/crystal/commit/1a56db2f53bc455a3d3ba6555a2cd777b27b271c)
156
- Thanks [@benjaie](https://github.com/benjaie)! - Node v22+ is required for
157
- this module.
158
-
159
- - [#2875](https://github.com/graphile/crystal/pull/2875)
160
- [`ced4abe`](https://github.com/graphile/crystal/commit/ced4abe359bb1c5edc432844cfdb283bf24b46eb)
161
- Thanks [@benjie](https://github.com/benjie)! - `wrapPlans()` now refuses to
162
- wrap the plan for a field that both has no plan and either has a `resolve()`
163
- or `subscribe()` method (i.e. resolver emulation will be used). This is done
164
- by simply skipping wrapping the resolver, and emitting a warning to the
165
- console. This is a breaking fix as fields that may have previously had the
166
- default plan resolver wrapped may no longer do so, but should not impact
167
- anyone running a "pure" PostGraphile/Grafast schema (it only impacts you if
168
- you are using traditional (non-plan) resolvers, e.g. via `extendSchema()`, and
169
- you're also using `wrapPlans()` to target these same fields).
170
-
171
- - [#2872](https://github.com/graphile/crystal/pull/2872)
172
- [`4ca27c1`](https://github.com/graphile/crystal/commit/4ca27c1f543359d5a7dc53fae35fc35caddb4076)
173
- Thanks [@benjie](https://github.com/benjie)! - Fix a bug where `apply()`
174
- couldn't be added to enum values via `extendSchema()`. This is a breaking
175
- fix - if you add non-scalar enum values to your schema via `extendSchema()`
176
- then you will now need to use an object wrapper to set them instead (see
177
- example below). An error will be thrown if we suspect this of being the case,
178
- to ensure we don't incorrectly build your schema.
179
-
180
- ```diff
181
- extendSchema({
182
- typeDefs: `enum SomeEnum { FOO, BAR }`,
183
- enums: {
184
- SomeEnum: {
185
- values: {
186
- + // Scalar values can be specified directly
187
- FOO: 7,
188
-
189
- + // Non-scalars look like enum specification (`value`, `apply()`,
190
- + // `extensions`, etc), so must be specified via a wrapper object:
191
- - BAR: { mol: 42 },
192
- + BAR: {
193
- + value: { mol: 42 },
194
- + },
195
- }
196
- }
197
- }
198
- })
199
- ```
200
-
201
- - Updated dependencies
202
- [[`44555c7`](https://github.com/graphile/crystal/commit/44555c7f479d531d6aef100f99859c3bcbf06c93),
203
- [`86db203`](https://github.com/graphile/crystal/commit/86db203bf8e3697860c0bb52ac2d64b87170b3e8),
204
- [`b69a2b0`](https://github.com/graphile/crystal/commit/b69a2b01cadc5ea2af5cf9cfcc52c34b1ad26481),
205
- [`c2ae685`](https://github.com/graphile/crystal/commit/c2ae685a5ce001f79356c4a994613b16cdb01475),
206
- [`1e45a3d`](https://github.com/graphile/crystal/commit/1e45a3d6495cfea45bfdde95af889a453b82def3),
207
- [`0772086`](https://github.com/graphile/crystal/commit/0772086411a55d56b4e345cff1eef133eee31b36),
208
- [`a60ed2a`](https://github.com/graphile/crystal/commit/a60ed2acc7abbdfce727eaef48f6ca0349c24635),
209
- [`a565503`](https://github.com/graphile/crystal/commit/a5655035dfee7000c1d37e4791354d7a2ba35792),
210
- [`d9ccc82`](https://github.com/graphile/crystal/commit/d9ccc82a30ca6167f480e5c8bc15d17df51c0d1c),
211
- [`1a56db2`](https://github.com/graphile/crystal/commit/1a56db2f53bc455a3d3ba6555a2cd777b27b271c),
212
- [`eafa3f0`](https://github.com/graphile/crystal/commit/eafa3f036ce68e6ffb65935f0a78edee2fa6bdf8),
213
- [`22bfbc0`](https://github.com/graphile/crystal/commit/22bfbc0053294a716f1ec92c8c50fed556ea9a4e),
214
- [`bd3250e`](https://github.com/graphile/crystal/commit/bd3250e0b8e0f45991e3553f9d3d1d0afa785f59),
215
- [`456d387`](https://github.com/graphile/crystal/commit/456d387887bb6fb9a880d2c3cd8cc6ece8391cf0),
216
- [`c65d03c`](https://github.com/graphile/crystal/commit/c65d03c2ad5f238f382eb9936c85571d00daa08b),
217
- [`b27c562`](https://github.com/graphile/crystal/commit/b27c562409f7a2fd8a0eeaca96cd2c6b935efe4c),
218
- [`f23f0cf`](https://github.com/graphile/crystal/commit/f23f0cf8812eddff7c91c529499a4f20f1f2978c),
219
- [`a258427`](https://github.com/graphile/crystal/commit/a2584278e78535dc3c611c5257c332e515c280bc),
220
- [`65d9556`](https://github.com/graphile/crystal/commit/65d9556cf18c54a7cd9c291aa10aa9806adb3c7a)]:
221
- - grafast@1.0.0-rc.4
222
- - graphile-build-pg@5.0.0-rc.3
223
- - @dataplan/pg@1.0.0-rc.3
224
- - graphile-build@5.0.0-rc.3
225
- - graphile-config@1.0.0-rc.3
226
- - tamedevil@0.1.0-rc.3
227
-
228
- ## 5.0.0-rc.2
229
-
230
- ### Patch Changes
231
-
232
- - [#2806](https://github.com/graphile/crystal/pull/2806)
233
- [`5ad7ad0`](https://github.com/graphile/crystal/commit/5ad7ad018c0c4429005da8c680ba5f415ad560ed)
234
- Thanks [@benjie](https://github.com/benjie)! - Fix issues with extending
235
- interfaces by adding new `build.append` helper.
236
-
237
- - [#2802](https://github.com/graphile/crystal/pull/2802)
238
- [`980e97e`](https://github.com/graphile/crystal/commit/980e97e9306d0af5472e14a36f87bd019d28f641)
239
- Thanks [@miguelocarvajal](https://github.com/miguelocarvajal)! - Have
240
- `extendSchema()` plugins automatically run after many of the builtin plugins,
241
- so the callback runs in a more consistent state.
242
-
243
- - [#2829](https://github.com/graphile/crystal/pull/2829)
244
- [`a82e6fa`](https://github.com/graphile/crystal/commit/a82e6fae099f7e9d62fb3fc1ee173368cdabca27)
245
- Thanks [@benjie](https://github.com/benjie)! - Update dependency ranges.
246
-
247
- - Updated dependencies
248
- [[`5ad7ad0`](https://github.com/graphile/crystal/commit/5ad7ad018c0c4429005da8c680ba5f415ad560ed),
249
- [`f3a9869`](https://github.com/graphile/crystal/commit/f3a9869c6f9e7aa1eb501af5f7d582d2073be585),
250
- [`68f61cd`](https://github.com/graphile/crystal/commit/68f61cdbeea19e81b1d59a3fac69a569642c5c88),
251
- [`bd6b605`](https://github.com/graphile/crystal/commit/bd6b60574e7c6f4e296eefb6de3475479beb7c93),
252
- [`a82e6fa`](https://github.com/graphile/crystal/commit/a82e6fae099f7e9d62fb3fc1ee173368cdabca27)]:
253
- - graphile-build-pg@5.0.0-rc.2
254
- - graphile-build@5.0.0-rc.2
255
- - grafast@1.0.0-rc.2
256
- - graphile-config@1.0.0-rc.2
257
- - @dataplan/pg@1.0.0-rc.2
258
- - tamedevil@0.1.0-rc.2
259
-
260
- ## 5.0.0-rc.1
261
-
262
- ### Patch Changes
263
-
264
- - [#2736](https://github.com/graphile/crystal/pull/2736)
265
- [`3fb7111`](https://github.com/graphile/crystal/commit/3fb71118462ba2d97f045023c715e4b0a447766a)
266
- Thanks [@benjie](https://github.com/benjie)! - `wrapPlans()` now automatically
267
- applies `fieldArgs` when you call the underlying `plan()`, so your wrapper
268
- applies _after_ field args have been applied. This helps address invalid plan
269
- heirarchy issues due to side effects your plan wrappers may wish to add and
270
- similar. Opt out via
271
- `{ autoApplyFieldArgs: false, plan(plan, $parent, fieldArgs) { ... } }`.
272
-
273
- - [#2788](https://github.com/graphile/crystal/pull/2788)
274
- [`8a852d2`](https://github.com/graphile/crystal/commit/8a852d21c80c7b06f2b3dd9fa01727e2d8a5522b)
275
- Thanks [@benjie](https://github.com/benjie)! - Fix defining directives in
276
- `extendSchema()` sometimes throwing
277
- `Must not call build.getTypeByName before 'init' phase is complete`
278
-
279
- - [`8a5a7c5`](https://github.com/graphile/crystal/commit/8a5a7c536fc4b9b702600c5cc3d413724670c327)
280
- Thanks [@benjie](https://github.com/benjie)! - Bump to release candidate
281
-
282
- - Updated dependencies
283
- [[`9797500`](https://github.com/graphile/crystal/commit/9797500071f4bbd0cc1b73c74e7f402cb1bb687f),
284
- [`be318e6`](https://github.com/graphile/crystal/commit/be318e666c18ee06e62291d3e7ed7d0d1345eb3b),
285
- [`abb623d`](https://github.com/graphile/crystal/commit/abb623d59e517c0949f0fef5440b817103c685bf),
286
- [`92781a1`](https://github.com/graphile/crystal/commit/92781a183b3548902ed92b152ae915d597d62b97),
287
- [`930240a`](https://github.com/graphile/crystal/commit/930240a4a7d3373f5691d495df752bb8fedac2af),
288
- [`7b86454`](https://github.com/graphile/crystal/commit/7b864546fa81803ce0e573a2efa2e7f0905b2040),
289
- [`42a0785`](https://github.com/graphile/crystal/commit/42a0785ddabf58812a22d764eeddfde9362974e5),
290
- [`d196d60`](https://github.com/graphile/crystal/commit/d196d60664fbc9ffd410c11645db27554b22ac0b),
291
- [`982c1a5`](https://github.com/graphile/crystal/commit/982c1a566da21706f85c7bfb0adda210e251e6e1),
292
- [`6a4e3b9`](https://github.com/graphile/crystal/commit/6a4e3b9ec182f7d066600aee0f8cc21d451b0ae2),
293
- [`eb39702`](https://github.com/graphile/crystal/commit/eb3970215a61a78e18359e6ebb473c2cb3991bd7),
294
- [`c6cbe61`](https://github.com/graphile/crystal/commit/c6cbe6175b0f1f034db59d42cbe594e7d329aba6),
295
- [`d4ac603`](https://github.com/graphile/crystal/commit/d4ac603da7df6ea01aaa483a7cb29b1e514a90cd),
296
- [`8a5a7c5`](https://github.com/graphile/crystal/commit/8a5a7c536fc4b9b702600c5cc3d413724670c327),
297
- [`ea0135f`](https://github.com/graphile/crystal/commit/ea0135fac3f43850b65828f2ff2b01a34cfdff15),
298
- [`91b8376`](https://github.com/graphile/crystal/commit/91b83765f9ded133031c1de53d6b3926c8011bf5),
299
- [`b6821f5`](https://github.com/graphile/crystal/commit/b6821f5f4dc13abd0b605be7396c1b3c36e66177)]:
300
- - @dataplan/pg@1.0.0-rc.1
301
- - grafast@1.0.0-rc.1
302
- - graphile-build-pg@5.0.0-rc.1
303
- - graphile-build@5.0.0-rc.1
304
- - graphile-config@1.0.0-rc.1
305
- - tamedevil@0.1.0-rc.1
306
-
307
- ## 5.0.0-beta.45
308
-
309
- ### Patch Changes
310
-
311
- - [#2720](https://github.com/graphile/crystal/pull/2720)
312
- [`2814c63`](https://github.com/graphile/crystal/commit/2814c639983437e9883de040c64cceda433a2687)
313
- Thanks [@benjie](https://github.com/benjie)! - Ensure types that implement an
314
- interface defined in extendSchema are added to the schema.
315
-
316
- - [#2730](https://github.com/graphile/crystal/pull/2730)
317
- [`4c3cf22`](https://github.com/graphile/crystal/commit/4c3cf22592f44cb28e399434474ca5fcef0e1a3b)
318
- Thanks [@benjie](https://github.com/benjie)! - Update `graphql` version range
319
-
320
- - [#2712](https://github.com/graphile/crystal/pull/2712)
321
- [`32ba479`](https://github.com/graphile/crystal/commit/32ba479160eb5b9ceb5dbb10161a37b62a20f3aa)
322
- Thanks [@benjie](https://github.com/benjie)! - Improve errors around
323
- changeNullability() plugin
324
-
325
- - Updated dependencies
326
- [[`4c3cf22`](https://github.com/graphile/crystal/commit/4c3cf22592f44cb28e399434474ca5fcef0e1a3b),
327
- [`7ce4d41`](https://github.com/graphile/crystal/commit/7ce4d41f9befce7c26e52cbfd7bf98febc764968),
328
- [`0465b4a`](https://github.com/graphile/crystal/commit/0465b4a038cc8d7ef4a857fb929a3c3b0104441c),
329
- [`71e0af2`](https://github.com/graphile/crystal/commit/71e0af265c90e9d9d0dc764cc552f7470e860251),
330
- [`a0a6082`](https://github.com/graphile/crystal/commit/a0a6082173247caf8f76df925a9d8e7926792663),
331
- [`ab96e5f`](https://github.com/graphile/crystal/commit/ab96e5f58aa3315db9b85b452b048f600cb8353e),
332
- [`278b4d3`](https://github.com/graphile/crystal/commit/278b4d398eb7db1935caba4155e1d1727284a370),
333
- [`eaa771b`](https://github.com/graphile/crystal/commit/eaa771b34dbdac1c4d701faa8fb5947e9cf1d1be),
334
- [`b539002`](https://github.com/graphile/crystal/commit/b539002a627bf3d595ffb994e871dfc2eb5c2b64),
335
- [`e28e4d9`](https://github.com/graphile/crystal/commit/e28e4d9b651a8ee40582006de34dd011309ba4e1),
336
- [`020b579`](https://github.com/graphile/crystal/commit/020b5791b57282d6fcbd42d0cbfd8be9e95cee47),
337
- [`e790f7a`](https://github.com/graphile/crystal/commit/e790f7ac7933c8ed01465688e20c2af76d2a79e8),
338
- [`c8412aa`](https://github.com/graphile/crystal/commit/c8412aa73875aafe64317cc4c655654a86486047),
339
- [`13eb44b`](https://github.com/graphile/crystal/commit/13eb44b0c8fb56252f1ecb3aea99d8f0fe10e3fa),
340
- [`d0c15cc`](https://github.com/graphile/crystal/commit/d0c15ccc32ed8dec19ff068f851529132dc93302),
341
- [`74e15d5`](https://github.com/graphile/crystal/commit/74e15d5bf2c6aada713711722aa31fb8b2da232d),
342
- [`3488ac0`](https://github.com/graphile/crystal/commit/3488ac0e0e3ffe0dd2a072858390df51e0ebaf39),
343
- [`b20a63f`](https://github.com/graphile/crystal/commit/b20a63f5ee77734ce2e3aa71f9f4de3c00e27e55),
344
- [`bffbb77`](https://github.com/graphile/crystal/commit/bffbb775ea76d1add85422866a6b7e904d2311af),
345
- [`d414491`](https://github.com/graphile/crystal/commit/d41449156d4983466fee4f34e3e361df4d561b3e),
346
- [`c48ca48`](https://github.com/graphile/crystal/commit/c48ca4840227b8e5e6a1dc198a189cfd911a602b),
347
- [`05f3e44`](https://github.com/graphile/crystal/commit/05f3e449a771aefcd9a81c6275a376ad87e3d316),
348
- [`81c62bb`](https://github.com/graphile/crystal/commit/81c62bb9f9b05f7ff1251695712e1777de7315f9)]:
349
- - graphile-build-pg@5.0.0-beta.47
350
- - graphile-build@5.0.0-beta.39
351
- - @dataplan/pg@0.0.1-beta.39
352
- - grafast@0.1.1-beta.27
353
-
354
- ## 5.0.0-beta.44
355
-
356
- ### Patch Changes
357
-
358
- - [#2692](https://github.com/graphile/crystal/pull/2692)
359
- [`3d5c464`](https://github.com/graphile/crystal/commit/3d5c4641df66b431066efd6c74b67ca0d38ba7f4)
360
- Thanks [@benjie](https://github.com/benjie)! - Allow forbidding certain
361
- objects/functions from being exported, and raise error as early as possible.
362
-
363
- - [#2655](https://github.com/graphile/crystal/pull/2655)
364
- [`5bea9c1`](https://github.com/graphile/crystal/commit/5bea9c14b7b20609eec1593fe3109f8d6c170b44)
365
- Thanks [@hos](https://github.com/hos)! - Fix handling of empty string in
366
- `changeNullability()`
367
-
368
- - [#2678](https://github.com/graphile/crystal/pull/2678)
369
- [`6dafac1`](https://github.com/graphile/crystal/commit/6dafac162955291e5147c21e57734b44e30acb98)
370
- Thanks [@benjie](https://github.com/benjie)! - Remove peer dependency
371
- optionality in an attempt to satisfy pnpm's installation algorithms
372
-
373
- - [#2692](https://github.com/graphile/crystal/pull/2692)
374
- [`aa8fb3d`](https://github.com/graphile/crystal/commit/aa8fb3dbd23b0c3b6b8039922cb4ab7293b51844)
375
- Thanks [@benjie](https://github.com/benjie)! - Forbid export of 'build', this
376
- has required a slight degradation of the
377
- makeAddPgTableConditionPlugin/addPgTableCondition signature for people using
378
- the legacy signature - namely the entire build object is no longer available
379
- in the callback that is the fourth argument. (Only have 3 arguments to your
380
- call? You're not impacted!) In the unlikely event this causes you any issues,
381
- your best bet is to move to the `apply()` approach (only use the 3 documented
382
- arguments), but we can also potentially expand the parts of build that are
383
- made available.
384
- - Updated dependencies
385
- [[`5dbb9e8`](https://github.com/graphile/crystal/commit/5dbb9e87850ce8de29ab4fec18c9d06333b642de),
386
- [`cfd4c3c`](https://github.com/graphile/crystal/commit/cfd4c3cff0ef40ed87a2c700b7719c1ca0e73588),
387
- [`c3f9c38`](https://github.com/graphile/crystal/commit/c3f9c38cb00ad4553e4bc3c04e16a7c77bd16142),
388
- [`68a1243`](https://github.com/graphile/crystal/commit/68a1243f104227ebf7d1f3cedcbec49dc3c8e258),
389
- [`3d5c464`](https://github.com/graphile/crystal/commit/3d5c4641df66b431066efd6c74b67ca0d38ba7f4),
390
- [`6762c70`](https://github.com/graphile/crystal/commit/6762c7005c56d17c06cebb6857e8d295d86399eb),
391
- [`05b971e`](https://github.com/graphile/crystal/commit/05b971e2d63cb5c946512bb83e6c255a7d9ec93f),
392
- [`13513dd`](https://github.com/graphile/crystal/commit/13513ddaea15ad9498a77de7c4e92679498f99ca),
393
- [`bc2b188`](https://github.com/graphile/crystal/commit/bc2b188a50e00f153dc68df6955399c5917130bd),
394
- [`87a4c92`](https://github.com/graphile/crystal/commit/87a4c92dc89093a8bd601dcd692910eadf0c4cd3),
395
- [`703d162`](https://github.com/graphile/crystal/commit/703d162df2cc148ac343c1339b8e7df750aa781d),
396
- [`c13813e`](https://github.com/graphile/crystal/commit/c13813eecb42c0d9a6703540c022e318e18c5751),
397
- [`4a9072b`](https://github.com/graphile/crystal/commit/4a9072bfa3d3e86c6013caf2b89a31e87f2bb421),
398
- [`7766c19`](https://github.com/graphile/crystal/commit/7766c19ecefd3aebc965306db90ba29b3b05200c),
399
- [`6dafac1`](https://github.com/graphile/crystal/commit/6dafac162955291e5147c21e57734b44e30acb98),
400
- [`e15f886`](https://github.com/graphile/crystal/commit/e15f886cae1041416b44b74b75426f8d43000dcf),
401
- [`34efed0`](https://github.com/graphile/crystal/commit/34efed09892d4b6533f40026de4a6b0a8a35035d),
402
- [`185d449`](https://github.com/graphile/crystal/commit/185d449ed30d29c9134cc898b50a1473ab2910a2),
403
- [`e2048e2`](https://github.com/graphile/crystal/commit/e2048e260bf99ed946f92d6ea579e08f126ba4d5)]:
404
- - graphile-build-pg@5.0.0-beta.45
405
- - @dataplan/pg@0.0.1-beta.37
406
- - graphile-config@0.0.1-beta.18
407
- - grafast@0.1.1-beta.26
408
- - graphile-build@5.0.0-beta.38
409
- - tamedevil@0.0.0-beta.9
410
-
411
- ## 5.0.0-beta.43
412
-
413
- ### Patch Changes
414
-
415
- - [#2649](https://github.com/graphile/crystal/pull/2649)
416
- [`8cfd4b3`](https://github.com/graphile/crystal/commit/8cfd4b37057ec54814f2f53f96a42400cbde69ca)
417
- Thanks [@benjie](https://github.com/benjie)! - Allow setting scope in the new
418
- `extendSchema()` format on all the GraphQL types, plus object fields and input
419
- object fields.
420
- - Updated dependencies
421
- [[`9e21b2a`](https://github.com/graphile/crystal/commit/9e21b2ac0814c351d68f50b5a121699e088209bd),
422
- [`2adfd6e`](https://github.com/graphile/crystal/commit/2adfd6efedd1ab6831605526a515c683a7e95c2c),
423
- [`73f626b`](https://github.com/graphile/crystal/commit/73f626b8065389f226f66a4752112cf6b013855a),
424
- [`6113518`](https://github.com/graphile/crystal/commit/61135188900c39d0cb6bd2f9c0033f0954cd0e6a)]:
425
- - graphile-build@5.0.0-beta.37
426
- - graphile-build-pg@5.0.0-beta.44
427
- - @dataplan/pg@0.0.1-beta.36
428
- - grafast@0.1.1-beta.25
429
-
430
- ## 5.0.0-beta.42
431
-
432
- ### Patch Changes
433
-
434
- - [#2559](https://github.com/graphile/crystal/pull/2559)
435
- [`4c8f028`](https://github.com/graphile/crystal/commit/4c8f028a7e5c4388efbab53ea65e7b3018ab6d47)
436
- Thanks [@benjie](https://github.com/benjie)! - Remove `make...Plugin`
437
- prefix/suffix from plugin factories. (Old name is still supported but
438
- deprecated, this is non-breaking.)
439
-
440
- - [#2620](https://github.com/graphile/crystal/pull/2620)
441
- [`c54c6db`](https://github.com/graphile/crystal/commit/c54c6db320b3967ab16784a504770c9b5ef24494)
442
- Thanks [@benjie](https://github.com/benjie)! - Add experimental `applyScope()`
443
- method to input objects/enums to provide a `scope` to `.apply(...)` methods
444
- invoked by the undocumented `applyInput()`. **Documentation help welcome.**
445
- - Updated dependencies
446
- [[`4c8f028`](https://github.com/graphile/crystal/commit/4c8f028a7e5c4388efbab53ea65e7b3018ab6d47),
447
- [`5451c90`](https://github.com/graphile/crystal/commit/5451c9031e341bdae16dc1b7a3b6b19154056701),
448
- [`c54c6db`](https://github.com/graphile/crystal/commit/c54c6db320b3967ab16784a504770c9b5ef24494),
449
- [`7147cb0`](https://github.com/graphile/crystal/commit/7147cb07e4d7286bb3b9e949164a2a232d59e28c),
450
- [`7847c0b`](https://github.com/graphile/crystal/commit/7847c0b09aa6be5526df8ccdb3f429e680a2da03),
451
- [`9d86063`](https://github.com/graphile/crystal/commit/9d86063aacf2d064c35bd62e2cf58ea687910ac8),
452
- [`0e6c4e0`](https://github.com/graphile/crystal/commit/0e6c4e062be3ecb79c0ae30c89fad1550a0b5e98),
453
- [`ad588ec`](https://github.com/graphile/crystal/commit/ad588ecde230359f56800e414b7c5fa1aed14957)]:
454
- - graphile-build-pg@5.0.0-beta.42
455
- - @dataplan/pg@0.0.1-beta.35
456
- - grafast@0.1.1-beta.24
457
- - graphile-build@5.0.0-beta.36
458
-
459
- ## 5.0.0-beta.41
460
-
461
- ### Patch Changes
462
-
463
- - [#2577](https://github.com/graphile/crystal/pull/2577)
464
- [`0c6b1f1`](https://github.com/graphile/crystal/commit/0c6b1f1e188f6e2913832adfed9ca76dfdc25c47)
465
- Thanks [@benjie](https://github.com/benjie)! - Update dependencies
466
-
467
- - Updated dependencies
468
- [[`0c6b1f1`](https://github.com/graphile/crystal/commit/0c6b1f1e188f6e2913832adfed9ca76dfdc25c47),
469
- [`e0cdabe`](https://github.com/graphile/crystal/commit/e0cdabe25c8894da550546c93bc03b895585544c)]:
470
- - graphile-build-pg@5.0.0-beta.41
471
- - graphile-build@5.0.0-beta.35
472
- - graphile-config@0.0.1-beta.17
473
- - @dataplan/pg@0.0.1-beta.34
474
- - grafast@0.1.1-beta.23
475
-
476
- ## 5.0.0-beta.40
477
-
478
- ### Patch Changes
479
-
480
- - Updated dependencies
481
- [[`5c802ea6819361eed36b75f246ae0adb35b14669`](https://github.com/graphile/crystal/commit/5c802ea6819361eed36b75f246ae0adb35b14669)]:
482
- - graphile-build-pg@5.0.0-beta.40
483
- - @dataplan/pg@0.0.1-beta.33
484
- - graphile-build@5.0.0-beta.34
485
-
486
- ## 5.0.0-beta.39
487
-
488
- ### Patch Changes
489
-
490
- - [#2482](https://github.com/graphile/crystal/pull/2482)
491
- [`459e1869a2ec58925b2bac5458af487c52a8ca37`](https://github.com/graphile/crystal/commit/459e1869a2ec58925b2bac5458af487c52a8ca37)
492
- Thanks [@benjie](https://github.com/benjie)! - Minimum version of Node.js
493
- bumped to Node 22 (the latest LTS).
494
-
495
- - [#2527](https://github.com/graphile/crystal/pull/2527)
496
- [`576fb8bad56cb940ab444574d752e914d462018a`](https://github.com/graphile/crystal/commit/576fb8bad56cb940ab444574d752e914d462018a)
497
- Thanks [@{](https://github.com/{)! - In order to make the libraries more type
498
- safe, `makeGrafastSchema` (from `grafast`) and `makeExtendSchemaPlugin` (from
499
- `postgraphile/utils`) have deprecated the `typeDefs`/`plans` pattern since
500
- `plans` (like `resolvers` in the traditional format) ended up being a
501
- mish-mash of lots of different types and `__`-prefixed fields for special
502
- cases.
503
-
504
- Instead the configuration should be split into `typeDefs` with `objects`,
505
- `interfaces`, `unions`, `inputObjects`, `scalars` and `enums`; and object and
506
- input object fields should be specified via the `plans` entry within the type
507
- to avoid conflicts with `resolveType`/`isTypeOf`/`planType`/`scope` and
508
- similar type-level (rather than field-level) properties. Similarly, enum
509
- values should be added under a `values` property. This also means these
510
- type-level fields no longer have the `__` prefix.
511
-
512
- Migration is quite straightforward:
513
- 1. **Add new top-level properties**. Add `objects`, `interfaces`, `unions`,
514
- `inputObjects`, `scalars`, and `enums` as top level properties alongside
515
- `typeDefs` and `plans`. Each should be an empty object. You can skip any
516
- where you're not defining types of that kind.
517
- 1. **Split definitions based on type kind**. For each type defined in `plans`
518
- move it into the appropriate new property based on the keyword used to
519
- define the type in the `typeDefs` (`type` → `objects`, `interface`
520
- → `interfaces`, `union` → `unions`, `input object` →
521
- `inputObjects`, `scalar` → `scalars`, `enum` → `enums`).
522
- 1. **Move field plans into nested `plans: {...}` object**. For each type
523
- defined in the new `objects` and `inputObjects` maps: create a
524
- `plans: { ... }` entry inside the type and move all fields (anything not
525
- prefixed with `__`) inside this new (nested) property.
526
- 1. **Move enum values into nested `values: {...}` object**. For each type
527
- defined in the new `enums` map: create a `values: { ... }` entry inside the
528
- type and move all values (anything not prefixed with `__`) inside this new
529
- (nested) property.
530
- 1. **Remove `__` prefixes**. For each type across
531
- `objects`/`interfaces`/`unions`/`interfaceObjects`/`scalars` and `enums`:
532
- remove the `__` prefix from any methods/properties.
533
-
534
- Example:
535
-
536
- ```diff
537
- typeDefs: ...,
538
- -plans: {
539
- +objects: {
540
-
541
- - __isTypeOf(v) {
542
- + isTypeOf(v) {
543
- return v.username != null;
544
- },
545
- + plans: {
546
- fieldName($source, fieldArgs) {
547
- // ...
548
- },
549
- + },
550
- },
551
- +},
552
- +interfaces: {,
553
- MyInterface: {
554
- - __resolveType($specifier) {
555
- + resolveType($specifier) {
556
- // ...
557
- }
558
- }
559
- +},
560
- +enums: {
561
- MyEnum: {
562
- + values: {
563
- ONE: {value: 1},
564
- TWO: {value: 2},
565
- THREE: {value: 3},
566
- + }
567
- }
568
- },
569
- ```
570
-
571
- Other changes:
572
- - `ObjectPlans`/`GrafastPlans`/`FieldPlans`/`InputObjectPlans`/`ScalarPlans`
573
- all changed to signular
574
- - `InterfaceOrUnionPlans` split to `InterfacePlan`/`UnionPlan` (identical
575
- currently)
576
- - Shape of `ObjectPlan`/`InterfacePlan`/`UnionPlan` has changed;
577
- `DeprecatedObjectPlan`/etc exist for backcompat
578
- - `FieldArgs` can now accept an input shape indicating the args and their
579
- types
580
- - `FieldPlanResolver<TArgs, TParentStep, TResultStep>` has switched the order
581
- of the first two generic parameters:
582
- `FieldPlanResolver<TParentStep, TArgs, TResultStep>` - this is to reflect
583
- the order of the arguments to the function. Also null has been removed from
584
- the generics.
585
- - Various generics (including `GrafastFieldConfig`) that used to take a
586
- GraphQL type instance as a generic parameter no longer do - you need to use
587
- external code generation because TypeScript cannot handle the dynamic
588
- creation.
589
- - `GrafastFieldConfig` last two generics swapped order.
590
- - `GrafastArgumentConfig` generics completely changed
591
-
592
- - Updated dependencies
593
- [[`0e36cb9077c76710d2e407830323f86c5038126e`](https://github.com/graphile/crystal/commit/0e36cb9077c76710d2e407830323f86c5038126e),
594
- [`c0c3f48fa9f60cb9a4436ea135979b779ecc71ec`](https://github.com/graphile/crystal/commit/c0c3f48fa9f60cb9a4436ea135979b779ecc71ec),
595
- [`cef9a37f846b4af105ac20960530d65c9f44afa9`](https://github.com/graphile/crystal/commit/cef9a37f846b4af105ac20960530d65c9f44afa9),
596
- [`56ce94a847c6a4094643665cbf5d3712f56140b6`](https://github.com/graphile/crystal/commit/56ce94a847c6a4094643665cbf5d3712f56140b6),
597
- [`070467c4ea693a2516fc8006bebb88b1ab96fb26`](https://github.com/graphile/crystal/commit/070467c4ea693a2516fc8006bebb88b1ab96fb26),
598
- [`192a27e08763ea26607344a2ea6c7f5c595cc2a3`](https://github.com/graphile/crystal/commit/192a27e08763ea26607344a2ea6c7f5c595cc2a3),
599
- [`142e39f26ce329f09bee0b5427f1ddc5103e610e`](https://github.com/graphile/crystal/commit/142e39f26ce329f09bee0b5427f1ddc5103e610e),
600
- [`6ef6abce15936a896156d5316020df55cf7d18e3`](https://github.com/graphile/crystal/commit/6ef6abce15936a896156d5316020df55cf7d18e3),
601
- [`0239c2d519300a72f545e0db7c371adae4ade2a9`](https://github.com/graphile/crystal/commit/0239c2d519300a72f545e0db7c371adae4ade2a9),
602
- [`09d95319be3e25e023dfbab9d1542dfe06f65355`](https://github.com/graphile/crystal/commit/09d95319be3e25e023dfbab9d1542dfe06f65355),
603
- [`0ea439d33ccef7f8d01ac5f54893ab2bbf1cbd4d`](https://github.com/graphile/crystal/commit/0ea439d33ccef7f8d01ac5f54893ab2bbf1cbd4d),
604
- [`8034614d1078b1bd177b6e7fcc949420614e3245`](https://github.com/graphile/crystal/commit/8034614d1078b1bd177b6e7fcc949420614e3245),
605
- [`a830770e775a65ce1d09fa767f38e84f5c0e5139`](https://github.com/graphile/crystal/commit/a830770e775a65ce1d09fa767f38e84f5c0e5139),
606
- [`459e1869a2ec58925b2bac5458af487c52a8ca37`](https://github.com/graphile/crystal/commit/459e1869a2ec58925b2bac5458af487c52a8ca37),
607
- [`c350e49e372ec12a4cbf04fb6b4260e01832d12b`](https://github.com/graphile/crystal/commit/c350e49e372ec12a4cbf04fb6b4260e01832d12b),
608
- [`3176ea3e57d626b39613a73117ef97627370ec83`](https://github.com/graphile/crystal/commit/3176ea3e57d626b39613a73117ef97627370ec83),
609
- [`46a42f5547c041289aa98657ebc6815f4b6c8539`](https://github.com/graphile/crystal/commit/46a42f5547c041289aa98657ebc6815f4b6c8539),
610
- [`be3f174c5aae8fe78a240e1bc4e1de7f18644b43`](https://github.com/graphile/crystal/commit/be3f174c5aae8fe78a240e1bc4e1de7f18644b43),
611
- [`c43ed67b9d3acbadb172ee88ba9c2a4d32528a25`](https://github.com/graphile/crystal/commit/c43ed67b9d3acbadb172ee88ba9c2a4d32528a25),
612
- [`576fb8bad56cb940ab444574d752e914d462018a`](https://github.com/graphile/crystal/commit/576fb8bad56cb940ab444574d752e914d462018a),
613
- [`9f459101fa4428aa4bac71531e75f99e33da8e17`](https://github.com/graphile/crystal/commit/9f459101fa4428aa4bac71531e75f99e33da8e17),
614
- [`921665df8babe2651ab3b5886ab68bb518f2125b`](https://github.com/graphile/crystal/commit/921665df8babe2651ab3b5886ab68bb518f2125b),
615
- [`78bb1a615754d772a5fda000e96073c91fa9eba7`](https://github.com/graphile/crystal/commit/78bb1a615754d772a5fda000e96073c91fa9eba7),
616
- [`ab0bcda5fc3c136eea09493a7d9ed4542975858e`](https://github.com/graphile/crystal/commit/ab0bcda5fc3c136eea09493a7d9ed4542975858e),
617
- [`455f4811d37ad8fff91183c7a88621bcf9d79acf`](https://github.com/graphile/crystal/commit/455f4811d37ad8fff91183c7a88621bcf9d79acf),
618
- [`45adaff886e7cd72b864150927be6c0cb4a7dfe8`](https://github.com/graphile/crystal/commit/45adaff886e7cd72b864150927be6c0cb4a7dfe8),
619
- [`b05d57b932ea00d10715dcab9f79d443408881fc`](https://github.com/graphile/crystal/commit/b05d57b932ea00d10715dcab9f79d443408881fc)]:
620
- - grafast@0.1.1-beta.22
621
- - @dataplan/pg@0.0.1-beta.33
622
- - graphile-build-pg@5.0.0-beta.39
623
- - graphile-build@5.0.0-beta.34
624
- - graphile-config@0.0.1-beta.16
625
- - tamedevil@0.0.0-beta.8
626
-
627
- ## 5.0.0-beta.38
628
-
629
- ### Patch Changes
630
-
631
- - [`d68c5831ed66dc8a7a79aab2100ca733409c6f72`](https://github.com/graphile/crystal/commit/d68c5831ed66dc8a7a79aab2100ca733409c6f72)
632
- Thanks [@benjie](https://github.com/benjie)! - Improve error messages around
633
- correct usage of typeDefs and gql helper.
634
-
635
- - [#2355](https://github.com/graphile/crystal/pull/2355)
636
- [`7bb77961a38abea8a07980a3f47bc3ca22dac8f8`](https://github.com/graphile/crystal/commit/7bb77961a38abea8a07980a3f47bc3ca22dac8f8)
637
- Thanks [@benjie](https://github.com/benjie)! - Fix bug in makeWrapPlansPlugin
638
- where the default plan resolver used was incorrect; use the new
639
- `defaultPlanResolver` export from `grafast` instead of building our own.
640
-
641
- - [#2376](https://github.com/graphile/crystal/pull/2376)
642
- [`da6f3c04efe3d8634c0bc3fcf93ac2518de85322`](https://github.com/graphile/crystal/commit/da6f3c04efe3d8634c0bc3fcf93ac2518de85322)
643
- Thanks [@benjie](https://github.com/benjie)! - Overhaul Grafast to remove more
644
- input planning - inputs should be evaluated at runtime - and remove more
645
- plan-time step evaluation.
646
-
647
- `FieldArgs.get` is no more; use `FieldArgs.getRaw` or use `bakedInput()`
648
- (TODO: document) to get the "baked" version of a raw input value.
649
-
650
- Input object fields no longer have `applyPlan`/`inputPlan`, instead having the
651
- runtime equivalents `apply()` and `baked()`. `FieldArgs` is no longer
652
- available on input object fields, since these fields are no longer called at
653
- plantime; instead, the actual value is passed.
654
-
655
- `FieldArgs` gains `.typeAt(path)` method that details the GraphQL input type
656
- at the given path.
657
-
658
- Field arguments are no longer passed `FieldArgs`, instead they're passed a
659
- (similar) `FieldArg` object representing the argument value itself.
660
-
661
- `autoApplyAfterParentPlan` is no more - instead if an argument has `applyPlan`
662
- it will be called automatically unless it was called during the field plan
663
- resolver itself.
664
-
665
- `autoApplyAfterParentSubscribePlan` is no more - instead if an argument has
666
- `applySubscribePlan` it will be called automatically unless it was called
667
- during the field plan resolver itself.
668
-
669
- Field arguments no longer support `inputPlan` - use `bakedInput()` if you need
670
- that.
671
-
672
- Input fields no longer support `inputPlan`, `applyPlan`,
673
- `autoApplyAfterParentInputPlan` nor `autoApplyAfterParentApplyPlan`. Instead,
674
- `apply()` (which is called by `applyStep()` at runtime) has been added.
675
-
676
- `sqlValueWithCodec(value, codec)` can be used at runtime in places where
677
- `$step.placeholder($value, codec)` would have been used previously.
678
- `placeholder` has been removed from all places that are now runtime - namely
679
- the list of modifiers below...
680
-
681
- The following `ModifierStep` classes have all dropped their `Step` suffix,
682
- these `Modifier` classes now all run at runtime, and are thus no longer steps;
683
- they're invoked as part of the new `applyInput()` (TODO: document) step:
684
- - `ModifierStep` &rArr; `Modifier`
685
- - `PgBooleanFilterStep` &rArr; `PgBooleanFilter`
686
- - `PgClassFilterStep` &rArr; `PgClassFilter`
687
- - `PgConditionCapableParentStep` &rArr; `PgConditionCapableParent`
688
- - `PgConditionLikeStep` &rArr; `PgConditionLike`
689
- - `PgConditionStepMode` &rArr; `PgConditionMode`
690
- - `PgConditionStep` &rArr; `PgCondition`
691
- - `PgManyFilterStep` &rArr; `PgManyFilter`
692
- - `PgOrFilterStep` &rArr; `PgOrFilter`
693
- - `PgTempTableStep` &rArr; `PgTempTable`
694
- - `SetterCapableStep` &rArr; `SetterCapable`
695
- - `SetterStep` &rArr; `Setter`
696
-
697
- (Interestingly, other than the removal of `placeholder` and the fact they deal
698
- with runtime values rather than steps now, they're very similar to what they
699
- were before.)
700
-
701
- The deprecated forms of the above have been removed.
702
-
703
- Methods that rely on these modifier plans have been removed:
704
- - `PgUnionAllStep.wherePlan` - use
705
- `fieldArg.apply($unionAll, qb => qb.whereBuilder())` instead
706
- - `PgUnionAllStep.havingPlan` - use
707
- `fieldArg.apply($unionAll, qb => qb.havingBuilder())` instead
708
- - Same for PgSelectStep
709
-
710
- The following gain query builders:
711
- - `PgInsertSingle`
712
- - `PgUpdateSingle`
713
- - `PgDeleteSingle`
714
-
715
- Query builders gain `meta`, an object that can be augmented with metadata
716
- about the operation (typically this relates to cursors and similar
717
- functionality). This is now used to implement `clientMutationId`.
718
-
719
- Extends query builders with additional functionality.
720
-
721
- Many of the types have had their generics changed, TypeScript should guide you
722
- if you have issues here.
723
-
724
- `NodeIdHandler` now requires a `getIdentifiers` method that runs at runtime
725
- and returns the identifiers from a decoded NodeId string.
726
-
727
- Types around GraphQL Global Object Identification (i.e. `Node` / `id`) have
728
- changed.
729
-
730
- - Updated dependencies
731
- [[`d34014a9a3c469154cc796086ba13719954731e5`](https://github.com/graphile/crystal/commit/d34014a9a3c469154cc796086ba13719954731e5),
732
- [`d3ae3415c230784fdfefc9d192ad93aca462bceb`](https://github.com/graphile/crystal/commit/d3ae3415c230784fdfefc9d192ad93aca462bceb),
733
- [`98516379ac355a0833a64e002f3717cc3a1d6473`](https://github.com/graphile/crystal/commit/98516379ac355a0833a64e002f3717cc3a1d6473),
734
- [`f8602d05eed3247c90b87c55d7af580d1698effc`](https://github.com/graphile/crystal/commit/f8602d05eed3247c90b87c55d7af580d1698effc),
735
- [`65df25534fa3f787ba2ab7fd9547d295ff2b1288`](https://github.com/graphile/crystal/commit/65df25534fa3f787ba2ab7fd9547d295ff2b1288),
736
- [`1b3c76efd27df73eab3a5a1d221ce13de4cd6b1a`](https://github.com/graphile/crystal/commit/1b3c76efd27df73eab3a5a1d221ce13de4cd6b1a),
737
- [`f6e22692b628703b8ea48e580dc0b6f0bcbc9c5a`](https://github.com/graphile/crystal/commit/f6e22692b628703b8ea48e580dc0b6f0bcbc9c5a),
738
- [`c3538050abbb485cf1d43f7c870b89f1ad7c2218`](https://github.com/graphile/crystal/commit/c3538050abbb485cf1d43f7c870b89f1ad7c2218),
739
- [`3c0a925f26f10cae627a23c49c75ccd8d76b60c8`](https://github.com/graphile/crystal/commit/3c0a925f26f10cae627a23c49c75ccd8d76b60c8),
740
- [`fcaeb48844156e258a037f420ea1505edb50c52a`](https://github.com/graphile/crystal/commit/fcaeb48844156e258a037f420ea1505edb50c52a),
741
- [`68926abc31c32ce527327ffbb1ede4b0b7be446b`](https://github.com/graphile/crystal/commit/68926abc31c32ce527327ffbb1ede4b0b7be446b),
742
- [`98c5009e21e423b0da22c2cb70cdb62909578f50`](https://github.com/graphile/crystal/commit/98c5009e21e423b0da22c2cb70cdb62909578f50),
743
- [`4b49dbd2df3b339a2ba3f1e9ff400fa1a125298b`](https://github.com/graphile/crystal/commit/4b49dbd2df3b339a2ba3f1e9ff400fa1a125298b),
744
- [`d7950e8e28ec6106a4ce2f7fe5e35d88b10eac48`](https://github.com/graphile/crystal/commit/d7950e8e28ec6106a4ce2f7fe5e35d88b10eac48),
745
- [`c8f1971ea4198633ec97f72f82abf65089f71a88`](https://github.com/graphile/crystal/commit/c8f1971ea4198633ec97f72f82abf65089f71a88),
746
- [`182ed0564104f59b012e0f9ffd452556b0927750`](https://github.com/graphile/crystal/commit/182ed0564104f59b012e0f9ffd452556b0927750),
747
- [`dd3d22eab73a8554715bf1111e30586251f69a88`](https://github.com/graphile/crystal/commit/dd3d22eab73a8554715bf1111e30586251f69a88),
748
- [`a120a8e43b24dfc174950cdbb69e481272a0b45e`](https://github.com/graphile/crystal/commit/a120a8e43b24dfc174950cdbb69e481272a0b45e),
749
- [`be1e558d6a1a8cae3bf4b5724c340469d8837504`](https://github.com/graphile/crystal/commit/be1e558d6a1a8cae3bf4b5724c340469d8837504),
750
- [`84f06eafa051e907a3050237ac6ee5aefb184652`](https://github.com/graphile/crystal/commit/84f06eafa051e907a3050237ac6ee5aefb184652),
751
- [`4a3aeaa77c8b8d2e39c1a9d05581d0c613b812cf`](https://github.com/graphile/crystal/commit/4a3aeaa77c8b8d2e39c1a9d05581d0c613b812cf),
752
- [`12d3a7174949794a1679132635e196f5dadce8a2`](https://github.com/graphile/crystal/commit/12d3a7174949794a1679132635e196f5dadce8a2),
753
- [`ab7658ac44e1a5a0a98c6bb688a26d94b1175cc1`](https://github.com/graphile/crystal/commit/ab7658ac44e1a5a0a98c6bb688a26d94b1175cc1),
754
- [`bc2a00d35f0a1954dba22e857adc3f4e2f5118e5`](https://github.com/graphile/crystal/commit/bc2a00d35f0a1954dba22e857adc3f4e2f5118e5),
755
- [`ceeb9a6b63e566b09298e0440a385943302ad0f9`](https://github.com/graphile/crystal/commit/ceeb9a6b63e566b09298e0440a385943302ad0f9),
756
- [`3e8c64bef928295494119e15e1e55cbdadb696fa`](https://github.com/graphile/crystal/commit/3e8c64bef928295494119e15e1e55cbdadb696fa),
757
- [`0fc2db95d90df918cf5c59ef85f22ac78d8000d3`](https://github.com/graphile/crystal/commit/0fc2db95d90df918cf5c59ef85f22ac78d8000d3),
758
- [`90e81a5deeae554a8be2dd55dcd01489860e96e6`](https://github.com/graphile/crystal/commit/90e81a5deeae554a8be2dd55dcd01489860e96e6),
759
- [`836c8327a5ca1bd3c69f72055e71d00694de363e`](https://github.com/graphile/crystal/commit/836c8327a5ca1bd3c69f72055e71d00694de363e),
760
- [`2f31836cb89a7ab27a8919803fe12b53a46d77e4`](https://github.com/graphile/crystal/commit/2f31836cb89a7ab27a8919803fe12b53a46d77e4),
761
- [`c59132eb7a93bc82493d2f1ca050db8aaea9f4d1`](https://github.com/graphile/crystal/commit/c59132eb7a93bc82493d2f1ca050db8aaea9f4d1),
762
- [`7c38cdeffe034c9b4f5cdd03a8f7f446bd52dcb7`](https://github.com/graphile/crystal/commit/7c38cdeffe034c9b4f5cdd03a8f7f446bd52dcb7),
763
- [`728888b28fcd2a6fc481e0ccdfe20d41181a091f`](https://github.com/graphile/crystal/commit/728888b28fcd2a6fc481e0ccdfe20d41181a091f),
764
- [`f4f39092d7a51517668384945895d3b450237cce`](https://github.com/graphile/crystal/commit/f4f39092d7a51517668384945895d3b450237cce),
765
- [`5cf3dc9d158891eaf324b2cd4f485d1d4bbb6b5e`](https://github.com/graphile/crystal/commit/5cf3dc9d158891eaf324b2cd4f485d1d4bbb6b5e),
766
- [`925689578ee9def403382df70f0e003bb299c166`](https://github.com/graphile/crystal/commit/925689578ee9def403382df70f0e003bb299c166),
767
- [`83d3b533e702cc875b46ba2ca02bf3642b421be8`](https://github.com/graphile/crystal/commit/83d3b533e702cc875b46ba2ca02bf3642b421be8),
768
- [`7001138c38e09822ad13db1018c62d2cac37941e`](https://github.com/graphile/crystal/commit/7001138c38e09822ad13db1018c62d2cac37941e),
769
- [`e9e7e33665e22ec397e9ead054d2e4aad3eadc8c`](https://github.com/graphile/crystal/commit/e9e7e33665e22ec397e9ead054d2e4aad3eadc8c),
770
- [`bb6ec8d834e3e630e28316196246f514114a2296`](https://github.com/graphile/crystal/commit/bb6ec8d834e3e630e28316196246f514114a2296),
771
- [`3e188c2e981193d228ba3b7433f5e326336f629b`](https://github.com/graphile/crystal/commit/3e188c2e981193d228ba3b7433f5e326336f629b),
772
- [`07a5469e5d3d050a7bcab928bb751c9e150d2e49`](https://github.com/graphile/crystal/commit/07a5469e5d3d050a7bcab928bb751c9e150d2e49),
773
- [`e6da5d956ab696932410e7172cedfacba71dbf5e`](https://github.com/graphile/crystal/commit/e6da5d956ab696932410e7172cedfacba71dbf5e),
774
- [`2b1918d053f590cdc534c8cb81f7e74e96c1bbe6`](https://github.com/graphile/crystal/commit/2b1918d053f590cdc534c8cb81f7e74e96c1bbe6),
775
- [`037a1bcdc8ed8493d4748e08c18f258e4382a815`](https://github.com/graphile/crystal/commit/037a1bcdc8ed8493d4748e08c18f258e4382a815),
776
- [`72b300b436a7acedaa7d0e3a7a5458d15a0e5396`](https://github.com/graphile/crystal/commit/72b300b436a7acedaa7d0e3a7a5458d15a0e5396),
777
- [`770363214ee630746cddc9080dec22bbf38a3bb5`](https://github.com/graphile/crystal/commit/770363214ee630746cddc9080dec22bbf38a3bb5),
778
- [`d1ecb39693a341f85762b27012ec4ea013857b0c`](https://github.com/graphile/crystal/commit/d1ecb39693a341f85762b27012ec4ea013857b0c),
779
- [`042ebafe11fcf7e2ecac9b131265a55dddd42a6d`](https://github.com/graphile/crystal/commit/042ebafe11fcf7e2ecac9b131265a55dddd42a6d),
780
- [`fa005eb0783c58a2476add984fbdd462e0e91dbe`](https://github.com/graphile/crystal/commit/fa005eb0783c58a2476add984fbdd462e0e91dbe),
781
- [`df0e5a0f968cf6f9ae97b68745a9a2f391324bf5`](https://github.com/graphile/crystal/commit/df0e5a0f968cf6f9ae97b68745a9a2f391324bf5),
782
- [`ef4cf75acd80e6b9c700c2b5a7ace899e565ef7f`](https://github.com/graphile/crystal/commit/ef4cf75acd80e6b9c700c2b5a7ace899e565ef7f),
783
- [`ba2bfa15deaaddd92757a56c2b761624afe940bd`](https://github.com/graphile/crystal/commit/ba2bfa15deaaddd92757a56c2b761624afe940bd),
784
- [`c041fd250372c57601188b65a6411c8f440afab6`](https://github.com/graphile/crystal/commit/c041fd250372c57601188b65a6411c8f440afab6),
785
- [`629b45aab49151810f6efc18ac18f7d735626433`](https://github.com/graphile/crystal/commit/629b45aab49151810f6efc18ac18f7d735626433),
786
- [`6d19724330d50d076aab9442660fa8abddd095cb`](https://github.com/graphile/crystal/commit/6d19724330d50d076aab9442660fa8abddd095cb),
787
- [`ca5bc1a834df7b894088fb8602a12f9fcff55b38`](https://github.com/graphile/crystal/commit/ca5bc1a834df7b894088fb8602a12f9fcff55b38),
788
- [`da6f3c04efe3d8634c0bc3fcf93ac2518de85322`](https://github.com/graphile/crystal/commit/da6f3c04efe3d8634c0bc3fcf93ac2518de85322),
789
- [`8026b982a81776fb3d1d808392970c2d678c4023`](https://github.com/graphile/crystal/commit/8026b982a81776fb3d1d808392970c2d678c4023),
790
- [`d257a1a1e59a7d4da0bf67345c07b04c04a2f7da`](https://github.com/graphile/crystal/commit/d257a1a1e59a7d4da0bf67345c07b04c04a2f7da),
791
- [`00d79e6f5608affc3f36bb0ce4ca2547230174e7`](https://github.com/graphile/crystal/commit/00d79e6f5608affc3f36bb0ce4ca2547230174e7),
792
- [`15854c5109114919b3d38fa675c539cda1f634a1`](https://github.com/graphile/crystal/commit/15854c5109114919b3d38fa675c539cda1f634a1),
793
- [`f0bc64b71914dfdd3612f4b65370401fd85b97bc`](https://github.com/graphile/crystal/commit/f0bc64b71914dfdd3612f4b65370401fd85b97bc)]:
794
- - grafast@0.1.1-beta.21
795
- - @dataplan/pg@0.0.1-beta.32
796
- - graphile-build-pg@5.0.0-beta.38
797
- - graphile-build@5.0.0-beta.33
798
- - graphile-config@0.0.1-beta.15
799
-
800
- ## 5.0.0-beta.37
801
-
802
- ### Patch Changes
803
-
804
- - Updated dependencies
805
- [[`fc9d64eb8`](https://github.com/graphile/crystal/commit/fc9d64eb8002d3b72625bc505ed76c07f4296d68),
806
- [`a2dbad945`](https://github.com/graphile/crystal/commit/a2dbad9457195bec797d72e4e6d45f45278f9f69),
807
- [`31078842a`](https://github.com/graphile/crystal/commit/31078842ad0eeaa7111491fa9eb5e3bd026fb38a),
808
- [`5a0ec31de`](https://github.com/graphile/crystal/commit/5a0ec31deae91f1dd17a77a4bb7c1a911a27e26a)]:
809
- - @dataplan/pg@0.0.1-beta.31
810
- - grafast@0.1.1-beta.20
811
- - graphile-build-pg@5.0.0-beta.37
812
- - graphile-build@5.0.0-beta.32
813
-
814
- ## 5.0.0-beta.36
815
-
816
- ### Patch Changes
817
-
818
- - Updated dependencies
819
- [[`83c546509`](https://github.com/graphile/crystal/commit/83c546509d24be2955a56120981363ad3c3a5f3f)]:
820
- - graphile-config@0.0.1-beta.14
821
- - @dataplan/pg@0.0.1-beta.30
822
- - grafast@0.1.1-beta.19
823
- - graphile-build@5.0.0-beta.31
824
- - graphile-build-pg@5.0.0-beta.36
825
-
826
- ## 5.0.0-beta.35
827
-
828
- ### Patch Changes
829
-
830
- - Updated dependencies
831
- [[`7580bc16a`](https://github.com/graphile/crystal/commit/7580bc16a050fd8d916c6dabe9d1ded980090349),
832
- [`b336a5829`](https://github.com/graphile/crystal/commit/b336a58291cfec7aef884d3843172d408abfaf3c)]:
833
- - graphile-config@0.0.1-beta.13
834
- - @dataplan/pg@0.0.1-beta.29
835
- - grafast@0.1.1-beta.18
836
- - graphile-build@5.0.0-beta.30
837
- - graphile-build-pg@5.0.0-beta.35
838
-
839
- ## 5.0.0-beta.34
840
-
841
- ### Patch Changes
842
-
843
- - Updated dependencies
844
- [[`bee1db4f4`](https://github.com/graphile/crystal/commit/bee1db4f442502b62cb05cd0f7092990328497b8)]:
845
- - graphile-build-pg@5.0.0-beta.34
846
-
847
- ## 5.0.0-beta.33
848
-
849
- ### Patch Changes
850
-
851
- - Updated dependencies
852
- [[`555d65cce`](https://github.com/graphile/crystal/commit/555d65ccecb875f1e34cb40108176f0ddc11df64),
853
- [`69ab227b5`](https://github.com/graphile/crystal/commit/69ab227b5e1c057a6fc8ebba87bde80d5aa7f3c8),
854
- [`efa25d97d`](https://github.com/graphile/crystal/commit/efa25d97df2e00f13bc29806d396a8366a121031),
855
- [`d13b76f0f`](https://github.com/graphile/crystal/commit/d13b76f0fef2a58466ecb44880af62d25910e83e),
856
- [`b167bd849`](https://github.com/graphile/crystal/commit/b167bd8499be5866b71bac6594d55bd768fda1d0),
857
- [`a202145c5`](https://github.com/graphile/crystal/commit/a202145c5af3e5467424e6772d532c2db1eb67c6),
858
- [`2a37fb99a`](https://github.com/graphile/crystal/commit/2a37fb99a04784647dff6ab8c5bfffb072cc6e8a),
859
- [`5d9f2de85`](https://github.com/graphile/crystal/commit/5d9f2de8519b216732b17464d0b326ec8d7c58de),
860
- [`6a13ecbd4`](https://github.com/graphile/crystal/commit/6a13ecbd45534c39c846c1d8bc58242108426dd1),
861
- [`84f07626d`](https://github.com/graphile/crystal/commit/84f07626d9dd9e22f6ae6a1045053df046fbc4ea),
862
- [`86e228299`](https://github.com/graphile/crystal/commit/86e22829996a745dc1f8cbaf32e709b1bd346e79),
863
- [`933786868`](https://github.com/graphile/crystal/commit/9337868689f4f05ab5faf2d4bb18a8ad8e23e189),
864
- [`cba6ee06d`](https://github.com/graphile/crystal/commit/cba6ee06d38ec5ae4ef4dafa58569fad61f239ac)]:
865
- - graphile-build-pg@5.0.0-beta.33
866
- - graphile-build@5.0.0-beta.29
867
- - grafast@0.1.1-beta.17
868
- - graphile-config@0.0.1-beta.12
869
- - @dataplan/pg@0.0.1-beta.28
870
-
871
- ## 5.0.0-beta.32
872
-
873
- ### Patch Changes
874
-
875
- - Updated dependencies
876
- [[`87bdf9730`](https://github.com/graphile/crystal/commit/87bdf973036a3801e44b22cfc9f0feb639de4aa9),
877
- [`5626c7d36`](https://github.com/graphile/crystal/commit/5626c7d3649285e11fe9857dfa319d2883d027eb),
878
- [`76c7340b7`](https://github.com/graphile/crystal/commit/76c7340b74d257c454beec883384d19ef078b21e),
879
- [`aa480f6a3`](https://github.com/graphile/crystal/commit/aa480f6a3db8b545ff113e7a3a4b479be42a0eab)]:
880
- - graphile-build-pg@5.0.0-beta.32
881
- - graphile-config@0.0.1-beta.11
882
- - grafast@0.1.1-beta.16
883
- - @dataplan/pg@0.0.1-beta.27
884
- - graphile-build@5.0.0-beta.28
885
-
886
- ## 5.0.0-beta.31
887
-
888
- ### Patch Changes
889
-
890
- - Updated dependencies
891
- [[`632691409`](https://github.com/graphile/crystal/commit/6326914098af55f20ac85ccf3537e75910a7dafa)]:
892
- - graphile-build-pg@5.0.0-beta.31
893
- - graphile-build@5.0.0-beta.27
894
-
895
- ## 5.0.0-beta.30
896
-
897
- ### Patch Changes
898
-
899
- - Updated dependencies
900
- [[`0b1f7b577`](https://github.com/graphile/crystal/commit/0b1f7b577114a49b8e3283823845ec6e37484240)]:
901
- - graphile-build-pg@5.0.0-beta.30
902
- - graphile-build@5.0.0-beta.26
903
-
904
- ## 5.0.0-beta.29
905
-
906
- ### Patch Changes
907
-
908
- - Updated dependencies
909
- [[`d7e6e714f`](https://github.com/graphile/crystal/commit/d7e6e714f0cc5656112703484298b77538b2dccc),
910
- [`d5834def1`](https://github.com/graphile/crystal/commit/d5834def1fb84f3e2c0c0a6f146f8249a6df890a),
911
- [`bb006ec7b`](https://github.com/graphile/crystal/commit/bb006ec7bdab24192c84f093ce3f92969aeb7279),
912
- [`653929af0`](https://github.com/graphile/crystal/commit/653929af0a99a8a4d52b66e66c736be668b8700a),
913
- [`6fdc6cad8`](https://github.com/graphile/crystal/commit/6fdc6cad8f8d1230202df533d05cc2bd80538f09),
914
- [`42b982463`](https://github.com/graphile/crystal/commit/42b9824637a6c05e02935f2b05b5e8e0c61965a6),
915
- [`eb69c7361`](https://github.com/graphile/crystal/commit/eb69c7361fc7bf8c5b1ce342eeb698bd28c9e013),
916
- [`54054b873`](https://github.com/graphile/crystal/commit/54054b8733236ba7b2f2fa47d84e085f7196e3f9),
917
- [`884a4b429`](https://github.com/graphile/crystal/commit/884a4b4297af90fdadaf73addd524f1fbbcfdcce),
918
- [`0df171123`](https://github.com/graphile/crystal/commit/0df17112300a8ea391dfd220c5f05d362ceaa58a),
919
- [`1eac03ec2`](https://github.com/graphile/crystal/commit/1eac03ec2e9da65c64b7754c04292f43da82c40b),
920
- [`dfac43992`](https://github.com/graphile/crystal/commit/dfac43992019b0b6c1d113d2490a87eb03d103d7),
921
- [`38835313a`](https://github.com/graphile/crystal/commit/38835313ad93445206dccdd4cf07b90c5a6e4377),
922
- [`426e9320e`](https://github.com/graphile/crystal/commit/426e9320e76ef95927eebb6fe4072050b6208771),
923
- [`e8a9fd424`](https://github.com/graphile/crystal/commit/e8a9fd4243981b892364148eca1df66620ddeb87),
924
- [`cc0941731`](https://github.com/graphile/crystal/commit/cc0941731a1679bc04ce7b7fd4254009bb5f1f62),
925
- [`50f6ce456`](https://github.com/graphile/crystal/commit/50f6ce456de3edd084869b54ee9f2eaf51a7fa0c),
926
- [`b0865d169`](https://github.com/graphile/crystal/commit/b0865d1691105b5419009954c98c8109a27a5d81),
927
- [`3b09b414f`](https://github.com/graphile/crystal/commit/3b09b414ff43c34593373fa1f242481b0c7ada70),
928
- [`b7b6dd64f`](https://github.com/graphile/crystal/commit/b7b6dd64fcc07f2ca15528fd39d61297d743dcc6),
929
- [`8b472cd51`](https://github.com/graphile/crystal/commit/8b472cd51cd66d8227f9f2722d09c0a774792b0f),
930
- [`ba637b56d`](https://github.com/graphile/crystal/commit/ba637b56d79a14f82fe555739921724eab0c07f7),
931
- [`9cd9bb522`](https://github.com/graphile/crystal/commit/9cd9bb5222a9f0398ee4b8bfa4f741b6de2a2192)]:
932
- - graphile-build-pg@5.0.0-beta.29
933
- - grafast@0.1.1-beta.15
934
- - graphile-build@5.0.0-beta.25
935
- - @dataplan/pg@0.0.1-beta.26
936
- - graphile-config@0.0.1-beta.10
937
-
938
- ## 5.0.0-beta.28
939
-
940
- ### Patch Changes
941
-
942
- - Updated dependencies
943
- [[`52ef49ca9`](https://github.com/graphile/crystal/commit/52ef49ca9357e63d0aa5c06ac089bf57ee991c73),
944
- [`82ce02cd9`](https://github.com/graphile/crystal/commit/82ce02cd93df3df3c9570c3528483c4f720ff9bb),
945
- [`871d32b2a`](https://github.com/graphile/crystal/commit/871d32b2a18df0d257880fc54a61d9e68c4607d6),
946
- [`e8a0c4441`](https://github.com/graphile/crystal/commit/e8a0c4441cd04402974cd0af6b80816c9cda91e7),
947
- [`d9d07b97b`](https://github.com/graphile/crystal/commit/d9d07b97b41c928033b9a920931ae0ccccf88e82),
948
- [`a26e3a30c`](https://github.com/graphile/crystal/commit/a26e3a30c02f963f8f5e9c9d021e871f33689e1b),
949
- [`eca7e62e2`](https://github.com/graphile/crystal/commit/eca7e62e2a09af77f4f166a281dab81d009d9ec1),
950
- [`02c11a4d4`](https://github.com/graphile/crystal/commit/02c11a4d42bf434dffc9354b300e8d791c4eeb2d)]:
951
- - graphile-build-pg@5.0.0-beta.28
952
- - @dataplan/pg@0.0.1-beta.25
953
- - grafast@0.1.1-beta.14
954
- - graphile-build@5.0.0-beta.24
955
-
956
- ## 5.0.0-beta.27
957
-
958
- ### Patch Changes
959
-
960
- - Updated dependencies
961
- [[`807650035`](https://github.com/graphile/crystal/commit/8076500354a3e2bc2de1b6c4e947bd710cc5bddc)]:
962
- - @dataplan/pg@0.0.1-beta.24
963
- - grafast@0.1.1-beta.13
964
- - graphile-build-pg@5.0.0-beta.27
965
- - graphile-build@5.0.0-beta.23
966
-
967
- ## 5.0.0-beta.26
968
-
969
- ### Patch Changes
970
-
971
- - [#2094](https://github.com/graphile/crystal/pull/2094)
972
- [`c0e50a1b4`](https://github.com/graphile/crystal/commit/c0e50a1b4f1c95bfcafb5458dce0d5e56852d7d0)
973
- Thanks [@benjie](https://github.com/benjie)! - makeWrapPlansPlugin more likely
974
- to be exportable.
975
-
976
- - Updated dependencies
977
- [[`1f67999eb`](https://github.com/graphile/crystal/commit/1f67999eb11435562ca76e8e7349aaadc28390f6),
978
- [`1bd50b61e`](https://github.com/graphile/crystal/commit/1bd50b61ebb10b7d09b3612c2e2767c41cca3b78),
979
- [`8bdc553b7`](https://github.com/graphile/crystal/commit/8bdc553b79aae21a27d22a4e1f1e57ee2e5d1d3f),
980
- [`4e102b1a1`](https://github.com/graphile/crystal/commit/4e102b1a1cd232e6f6703df0706415f01831dab2),
981
- [`1cabbd311`](https://github.com/graphile/crystal/commit/1cabbd311bdefd7ce78f8dacbf61a42237a6c73c),
982
- [`7bb1573ba`](https://github.com/graphile/crystal/commit/7bb1573ba45a4d8b7fa9ad53cdd79686d2641383),
983
- [`590b6fdf5`](https://github.com/graphile/crystal/commit/590b6fdf5d04a392c4cc9e8bdad83278377c547b),
984
- [`18addb385`](https://github.com/graphile/crystal/commit/18addb3852525aa91019a36d58fa2fecd8b5b443),
985
- [`d6102714e`](https://github.com/graphile/crystal/commit/d6102714e4fec35952784c988c1617c789eee0cd),
986
- [`6ed615e55`](https://github.com/graphile/crystal/commit/6ed615e557b2ab1fb57f1e68c06730a8e3da7175),
987
- [`b25cc539c`](https://github.com/graphile/crystal/commit/b25cc539c00aeda7a943c37509aaae4dc7812317),
988
- [`867f33136`](https://github.com/graphile/crystal/commit/867f331365346fc46ed1e0d23c79719846e398f4),
989
- [`925123497`](https://github.com/graphile/crystal/commit/925123497cf17b5e145ab80f62fa9de768a977ae),
990
- [`cf535c210`](https://github.com/graphile/crystal/commit/cf535c21078da06c14dd12f30e9b4378da4ded03),
991
- [`acf99b190`](https://github.com/graphile/crystal/commit/acf99b190954e3c5926e820daed68dfe8eb3ee1f),
992
- [`4967a197f`](https://github.com/graphile/crystal/commit/4967a197fd2c71ee2a581fe29470ee9f30e74de5),
993
- [`1908e1ba1`](https://github.com/graphile/crystal/commit/1908e1ba11883a34dac66f985fc20ab160e572b1),
994
- [`084d80be6`](https://github.com/graphile/crystal/commit/084d80be6e17187c9a9932bcf079e3f460368782),
995
- [`aa0474755`](https://github.com/graphile/crystal/commit/aa0474755142a758fc58c5c1a30b8c754bc84e7c)]:
996
- - graphile-build-pg@5.0.0-beta.26
997
- - grafast@0.1.1-beta.12
998
- - @dataplan/pg@0.0.1-beta.23
999
- - graphile-build@5.0.0-beta.22
1000
-
1001
- ## 5.0.0-beta.25
1002
-
1003
- ### Patch Changes
1004
-
1005
- - Updated dependencies
1006
- [[`582bd768f`](https://github.com/graphile/crystal/commit/582bd768fec403ce3284f293b85b9fd86e4d3f40)]:
1007
- - graphile-build@5.0.0-beta.21
1008
- - graphile-config@0.0.1-beta.9
1009
- - @dataplan/pg@0.0.1-beta.22
1010
- - grafast@0.1.1-beta.11
1011
- - graphile-build-pg@5.0.0-beta.25
1012
-
1013
- ## 5.0.0-beta.24
1014
-
1015
- ### Patch Changes
1016
-
1017
- - Updated dependencies
1018
- [[`3c161f7e1`](https://github.com/graphile/crystal/commit/3c161f7e13375105b1035a7d5d1c0f2b507ca5c7),
1019
- [`a674a9923`](https://github.com/graphile/crystal/commit/a674a9923bc908c9315afa40e0cb256ee0953d16),
1020
- [`b7cfeffd1`](https://github.com/graphile/crystal/commit/b7cfeffd1019d61c713a5054c4f5929960a2a6ab)]:
1021
- - grafast@0.1.1-beta.10
1022
- - @dataplan/pg@0.0.1-beta.21
1023
- - graphile-build@5.0.0-beta.20
1024
- - graphile-build-pg@5.0.0-beta.24
1025
-
1026
- ## 5.0.0-beta.23
1027
-
1028
- ### Patch Changes
1029
-
1030
- - Updated dependencies
1031
- [[`437570f97`](https://github.com/graphile/crystal/commit/437570f97e8520afaf3d0d0b514d1f4c31546b76)]:
1032
- - graphile-build-pg@5.0.0-beta.23
1033
- - grafast@0.1.1-beta.9
1034
- - @dataplan/pg@0.0.1-beta.20
1035
- - graphile-build@5.0.0-beta.19
1036
-
1037
- ## 5.0.0-beta.22
1038
-
1039
- ### Patch Changes
1040
-
1041
- - Updated dependencies
1042
- [[`1842af661`](https://github.com/graphile/crystal/commit/1842af661950d5f962b65f6362a45a3b9c8f15e8),
1043
- [`bd5a908a4`](https://github.com/graphile/crystal/commit/bd5a908a4d04310f90dfb46ad87398ffa993af3b)]:
1044
- - graphile-build-pg@5.0.0-beta.22
1045
- - graphile-build@5.0.0-beta.18
1046
- - grafast@0.1.1-beta.8
1047
- - @dataplan/pg@0.0.1-beta.19
1048
-
1049
- ## 5.0.0-beta.21
1050
-
1051
- ### Patch Changes
1052
-
1053
- - [#2042](https://github.com/graphile/crystal/pull/2042)
1054
- [`e22cb4dfa`](https://github.com/graphile/crystal/commit/e22cb4dfa94b60d1b99c374e8c28943373bd8496)
1055
- Thanks [@benjie](https://github.com/benjie)! - Expose `nullable?: boolean` as
1056
- an orderByAscDesc option, and default it true if 'nulls' is set. Vital if
1057
- you're ordering by nullable things!
1058
-
1059
- - [#2006](https://github.com/graphile/crystal/pull/2006)
1060
- [`bee0a0a68`](https://github.com/graphile/crystal/commit/bee0a0a68d48816f84b1a7f5ec69bd6069211426)
1061
- Thanks [@benjie](https://github.com/benjie)! - Adopt improved inflection
1062
- typings.
1063
-
1064
- - Updated dependencies
1065
- [[`357d475f5`](https://github.com/graphile/crystal/commit/357d475f54fecc8c51892e0346d6872b34132430),
1066
- [`30bcd6c12`](https://github.com/graphile/crystal/commit/30bcd6c12e59f878617ea987c35a2f589ce05cb8),
1067
- [`3551725e7`](https://github.com/graphile/crystal/commit/3551725e71c3ed876554e19e5ab2c1dcb0fb1143),
1068
- [`80836471e`](https://github.com/graphile/crystal/commit/80836471e5cedb29dee63bc5002550c4f1713cfd),
1069
- [`b788dd868`](https://github.com/graphile/crystal/commit/b788dd86849e703cc3aa863fd9190c36a087b865),
1070
- [`5eca6d65a`](https://github.com/graphile/crystal/commit/5eca6d65a816bac3d0ceaa6cafa7df1a79c2be47),
1071
- [`a5c20fefb`](https://github.com/graphile/crystal/commit/a5c20fefb571dea6d1187515dc48dd547e9e6204),
1072
- [`1ce08980e`](https://github.com/graphile/crystal/commit/1ce08980e2a52ed9bc81564d248c19648ecd3616),
1073
- [`ab08cbf9c`](https://github.com/graphile/crystal/commit/ab08cbf9c504c3cc22495a99a965e7634c18a6a3),
1074
- [`dff4f2535`](https://github.com/graphile/crystal/commit/dff4f2535ac6ce893089b312fcd5fffcd98573a5),
1075
- [`a287a57c2`](https://github.com/graphile/crystal/commit/a287a57c2765da0fb6a132ea0953f64453210ceb),
1076
- [`45e10950b`](https://github.com/graphile/crystal/commit/45e10950b533f97cdd986e5442e2e160a8e431a2),
1077
- [`2fe56f9a6`](https://github.com/graphile/crystal/commit/2fe56f9a6dac03484ace45c29c2223a65f9ca1db),
1078
- [`fed603d71`](https://github.com/graphile/crystal/commit/fed603d719c02f33e12190f925c9e3b06c581fac),
1079
- [`ed6e0d278`](https://github.com/graphile/crystal/commit/ed6e0d2788217a1c419634837f4208013eaf2923),
1080
- [`86168b740`](https://github.com/graphile/crystal/commit/86168b740510aef17bde7ae21f1d0eebb0c5c9b3),
1081
- [`7ad35fe4d`](https://github.com/graphile/crystal/commit/7ad35fe4d9b20f6ec82dc95c362390a87e25b42c),
1082
- [`e82e4911e`](https://github.com/graphile/crystal/commit/e82e4911e32138df1b90ec0fde555ea963018d21),
1083
- [`272608c13`](https://github.com/graphile/crystal/commit/272608c135e4ef0f76b8b5a9f764494a3f3ad779),
1084
- [`42ece5aa6`](https://github.com/graphile/crystal/commit/42ece5aa6ca05345ebc17fb5c7d55df3b79b7612),
1085
- [`e0d69e518`](https://github.com/graphile/crystal/commit/e0d69e518a98c70f9b90f59d243ce33978c1b5a1),
1086
- [`db8ceed0f`](https://github.com/graphile/crystal/commit/db8ceed0f17923eb78ff09c9f3f28800a5c7e3b6),
1087
- [`6699388ec`](https://github.com/graphile/crystal/commit/6699388ec167d35c71220ce5d9113cac578da6cb),
1088
- [`966203504`](https://github.com/graphile/crystal/commit/96620350467ab8c65b56adf2f055e19450f8e772),
1089
- [`c1645b249`](https://github.com/graphile/crystal/commit/c1645b249aae949a548cd916e536ccfb63e5ab35),
1090
- [`ed8bbaa3c`](https://github.com/graphile/crystal/commit/ed8bbaa3cd1563a7601ca8c6b0412633b0ea4ce9),
1091
- [`a0e82b9c5`](https://github.com/graphile/crystal/commit/a0e82b9c5f4e585f1af1e147299cd07944ece6f8),
1092
- [`14e2412ee`](https://github.com/graphile/crystal/commit/14e2412ee368e8d53abf6774c7f0069f32d4e8a3),
1093
- [`c48d3da7f`](https://github.com/graphile/crystal/commit/c48d3da7fe4fac2562fab5f085d252a0bfb6f0b6),
1094
- [`57ab0e1e7`](https://github.com/graphile/crystal/commit/57ab0e1e72c01213b21d3efc539cd655d83d993a),
1095
- [`8442242e4`](https://github.com/graphile/crystal/commit/8442242e43cac7d89ca0c413cf42c9fabf6f247f),
1096
- [`bee0a0a68`](https://github.com/graphile/crystal/commit/bee0a0a68d48816f84b1a7f5ec69bd6069211426),
1097
- [`51a94417f`](https://github.com/graphile/crystal/commit/51a94417fb62b54d309be184f4be479bc267c2b7),
1098
- [`64ce7b765`](https://github.com/graphile/crystal/commit/64ce7b7650530251aec38a51089da66f914c19b4),
1099
- [`cba842357`](https://github.com/graphile/crystal/commit/cba84235786acbd77ade53bae7a3fba4a9be1eb7),
1100
- [`2fa77d0f2`](https://github.com/graphile/crystal/commit/2fa77d0f237cdb98d3dafb6b5e4083a2c6c38673),
1101
- [`81d17460c`](https://github.com/graphile/crystal/commit/81d17460ced08608814635779c5cf997c19c101d)]:
1102
- - @dataplan/pg@0.0.1-beta.18
1103
- - grafast@0.1.1-beta.7
1104
- - tamedevil@0.0.0-beta.7
1105
- - graphile-build-pg@5.0.0-beta.21
1106
- - graphile-build@5.0.0-beta.17
1107
- - graphile-config@0.0.1-beta.8
1108
-
1109
- ## 5.0.0-beta.20
1110
-
1111
- ### Patch Changes
1112
-
1113
- - [#1958](https://github.com/graphile/crystal/pull/1958)
1114
- [`8315e8d01`](https://github.com/graphile/crystal/commit/8315e8d01c118cebc4ebbc53a2f264b958b252ad)
1115
- Thanks [@benjie](https://github.com/benjie)! - EXPORTABLE now accepts a third
1116
- argument, `nameHint`, which is used to hint what variable name to use for the
1117
- given value. Used this in `graphile-export` along with some fixes and
1118
- optimizations to improve the exports further.
1119
- - Updated dependencies
1120
- [[`9f85c614d`](https://github.com/graphile/crystal/commit/9f85c614d48dc745c5fed15333dbb75af7fddc88),
1121
- [`6c6be29f1`](https://github.com/graphile/crystal/commit/6c6be29f12b24782c926b2bc62ed2ede09ac05de),
1122
- [`6c80c44b7`](https://github.com/graphile/crystal/commit/6c80c44b76a5eb30cc2b1555ba81a4b6236f4300),
1123
- [`179d25b09`](https://github.com/graphile/crystal/commit/179d25b09bb3272eeef564067b8e512d8de0112f),
1124
- [`8315e8d01`](https://github.com/graphile/crystal/commit/8315e8d01c118cebc4ebbc53a2f264b958b252ad),
1125
- [`9d53dde72`](https://github.com/graphile/crystal/commit/9d53dde726b7304962e921b88a159649e49156e5)]:
1126
- - @dataplan/pg@0.0.1-beta.17
1127
- - grafast@0.1.1-beta.6
1128
- - graphile-build-pg@5.0.0-beta.20
1129
- - graphile-build@5.0.0-beta.16
1130
- - tamedevil@0.0.0-beta.6
1131
-
1132
- ## 5.0.0-beta.19
1133
-
1134
- ### Patch Changes
1135
-
1136
- - [#1924](https://github.com/graphile/crystal/pull/1924)
1137
- [`ef44c29b2`](https://github.com/graphile/crystal/commit/ef44c29b24a1ad5a042ae1536a4546dd64b17195)
1138
- Thanks [@benjie](https://github.com/benjie)! - 🚨 TypeScript is now configured
1139
- to hide interfaces marked as `@internal`. This may result in a few errors
1140
- where you're accessing things you oughtn't be, but also may hide some
1141
- interfaces that should be exposed - please file an issue if an API you were
1142
- dependent on has been removed from the TypeScript typings. If that API happens
1143
- to be `step.dependencies`; you should first read this:
1144
- https://benjie.dev/graphql/ancestors
1145
-
1146
- - [#1931](https://github.com/graphile/crystal/pull/1931)
1147
- [`ec3112c7b`](https://github.com/graphile/crystal/commit/ec3112c7b58d142b4b1d86cbb7de4ca80bbfda00)
1148
- Thanks [@benjie](https://github.com/benjie)! - Add support for deprecating
1149
- arguments to makeExtendSchemaPlugin
1150
-
1151
- - Updated dependencies
1152
- [[`49fd8afed`](https://github.com/graphile/crystal/commit/49fd8afed1afe573ea76a2a7a821dfa5d6288e2d),
1153
- [`63dd7ea99`](https://github.com/graphile/crystal/commit/63dd7ea992d30ad711dd85a73a127484a0e35479),
1154
- [`d801c9778`](https://github.com/graphile/crystal/commit/d801c9778a86d61e060896460af9fe62a733534a),
1155
- [`3a2ea80ee`](https://github.com/graphile/crystal/commit/3a2ea80ee470b2aef91366727d7d60a0c65067f5),
1156
- [`ef44c29b2`](https://github.com/graphile/crystal/commit/ef44c29b24a1ad5a042ae1536a4546dd64b17195),
1157
- [`8ea67f891`](https://github.com/graphile/crystal/commit/8ea67f8910693edaf70daa9952e35d8396166f38),
1158
- [`5de3e86eb`](https://github.com/graphile/crystal/commit/5de3e86eba1ddfe5e07732d0325c63e5d72d4b5b),
1159
- [`e20e66ed7`](https://github.com/graphile/crystal/commit/e20e66ed71b499ee5bbf05105f981809fd302212)]:
1160
- - tamedevil@0.0.0-beta.5
1161
- - grafast@0.1.1-beta.5
1162
- - graphile-build-pg@5.0.0-beta.19
1163
- - graphile-build@5.0.0-beta.15
1164
- - @dataplan/pg@0.0.1-beta.16
1165
- - graphile-config@0.0.1-beta.7
1166
-
1167
- ## 5.0.0-beta.18
1168
-
1169
- ### Patch Changes
1170
-
1171
- - [#1916](https://github.com/graphile/crystal/pull/1916)
1172
- [`a2176ea32`](https://github.com/graphile/crystal/commit/a2176ea324db0801249661b30e9c9d314c6fb159)
1173
- Thanks [@benjie](https://github.com/benjie)! - Add `__assertStep` registration
1174
- support to makeGrafastSchema and PostGraphile's makeExtendSchemaPlugin.
1175
-
1176
- - [#1917](https://github.com/graphile/crystal/pull/1917)
1177
- [`886833e2e`](https://github.com/graphile/crystal/commit/886833e2e319f23d905d7184ca88fca701b94044)
1178
- Thanks [@benjie](https://github.com/benjie)! - Add `polymorphicBranch` step to
1179
- core to help users deal with simple polymorphic use cases.
1180
-
1181
- - [#1920](https://github.com/graphile/crystal/pull/1920)
1182
- [`635af159f`](https://github.com/graphile/crystal/commit/635af159fd412171030dbaee3a82b661c516a9f8)
1183
- Thanks [@benjie](https://github.com/benjie)! - Add ability to set (and infer)
1184
- scopes to makeExtendSchemaPlugin
1185
-
1186
- - Updated dependencies
1187
- [[`555a2be03`](https://github.com/graphile/crystal/commit/555a2be037f49bd599abbaafe6e5d5ab190c96d6),
1188
- [`1b6c2f636`](https://github.com/graphile/crystal/commit/1b6c2f6360a316a8dc550c60e28c61deea538f19),
1189
- [`a2176ea32`](https://github.com/graphile/crystal/commit/a2176ea324db0801249661b30e9c9d314c6fb159),
1190
- [`886833e2e`](https://github.com/graphile/crystal/commit/886833e2e319f23d905d7184ca88fca701b94044),
1191
- [`5b2db0c75`](https://github.com/graphile/crystal/commit/5b2db0c7586182523015f8f79fa4d43f98679c1e),
1192
- [`184773382`](https://github.com/graphile/crystal/commit/184773382f074a3b5339e4cfabec55173cd4f1e1),
1193
- [`f97d7976a`](https://github.com/graphile/crystal/commit/f97d7976a683a1e2cb0fed1ce0e30aeff8cc1886)]:
1194
- - @dataplan/pg@0.0.1-beta.15
1195
- - tamedevil@0.0.0-beta.4
1196
- - grafast@0.1.1-beta.4
1197
- - graphile-build-pg@5.0.0-beta.18
1198
- - graphile-build@5.0.0-beta.14
1199
-
1200
- ## 5.0.0-beta.17
1201
-
1202
- ### Patch Changes
1203
-
1204
- - Updated dependencies
1205
- [[`0df5511ac`](https://github.com/graphile/crystal/commit/0df5511ac8b79ea34f8d12ebf8feeb421f8fe971)]:
1206
- - graphile-config@0.0.1-beta.6
1207
- - @dataplan/pg@0.0.1-beta.14
1208
- - grafast@0.1.1-beta.3
1209
- - graphile-build@5.0.0-beta.13
1210
- - graphile-build-pg@5.0.0-beta.17
1211
-
1212
- ## 5.0.0-beta.16
1213
-
1214
- ### Patch Changes
1215
-
1216
- - [#1886](https://github.com/graphile/crystal/pull/1886)
1217
- [`8a76db07f`](https://github.com/graphile/crystal/commit/8a76db07f4c110cecc6225504f9a05ccbcbc7b92)
1218
- Thanks [@benjie](https://github.com/benjie)! - Attempt to catch invalid plan
1219
- resolvers (e.g. those returning `undefined`) sooner.
1220
- - Updated dependencies
1221
- [[`3fdc2bce4`](https://github.com/graphile/crystal/commit/3fdc2bce42418773f808c5b8309dfb361cd95ce9),
1222
- [`aeef362b5`](https://github.com/graphile/crystal/commit/aeef362b5744816f01e4a6f714bbd77f92332bc5),
1223
- [`8a76db07f`](https://github.com/graphile/crystal/commit/8a76db07f4c110cecc6225504f9a05ccbcbc7b92),
1224
- [`bce0636d4`](https://github.com/graphile/crystal/commit/bce0636d424476664672166193a181c83476423a),
1225
- [`f305c3278`](https://github.com/graphile/crystal/commit/f305c327848eb7baef46c5384a7cc5af6f79db8d),
1226
- [`3b558e0c1`](https://github.com/graphile/crystal/commit/3b558e0c110dd49e5d51e49a5ad6463a9ed68ecb),
1227
- [`2ae8d33aa`](https://github.com/graphile/crystal/commit/2ae8d33aa83955649dcd6e7489604b059ed2daf4),
1228
- [`9e1df08b7`](https://github.com/graphile/crystal/commit/9e1df08b702ae32870a8f1324bab37f447cba868),
1229
- [`8a0cdb95f`](https://github.com/graphile/crystal/commit/8a0cdb95f200b28b0ea1ab5caa12b23dce5f374f),
1230
- [`dbd91fdd8`](https://github.com/graphile/crystal/commit/dbd91fdd836f041b6e2ff9d358c6a6f521f43914),
1231
- [`f1d5ad18e`](https://github.com/graphile/crystal/commit/f1d5ad18e1cd0d59b9e74f619ec6b0de57f07b17),
1232
- [`c66c3527c`](https://github.com/graphile/crystal/commit/c66c3527ce2bb38afa37242ecb5a22247efd6db9),
1233
- [`f66cc40b3`](https://github.com/graphile/crystal/commit/f66cc40b3bc5bf2e7f92fe5a6bd5638e2a51ac2b),
1234
- [`f18635a5c`](https://github.com/graphile/crystal/commit/f18635a5cf55845c9534d82bb483e5fbb9ed179e),
1235
- [`1c9f1c0ed`](https://github.com/graphile/crystal/commit/1c9f1c0edf4e621a5b6345d3a41527a18143c6ae),
1236
- [`9fb5cc06e`](https://github.com/graphile/crystal/commit/9fb5cc06ee52165378392969172e6ee8128833f6)]:
1237
- - grafast@0.1.1-beta.2
1238
- - graphile-build-pg@5.0.0-beta.16
1239
- - graphile-build@5.0.0-beta.12
1240
- - graphile-config@0.0.1-beta.5
1241
-
1242
- ## 5.0.0-beta.15
1243
-
1244
- ### Patch Changes
1245
-
1246
- - Updated dependencies
1247
- [[`49fcb0d58`](https://github.com/graphile/crystal/commit/49fcb0d585b31b291c9072c339d6f5b550eefc9f),
1248
- [`2e7fc6449`](https://github.com/graphile/crystal/commit/2e7fc6449c2d08c44c32985811bb2e233a04056b),
1249
- [`7aef73319`](https://github.com/graphile/crystal/commit/7aef73319a8a147c700727be62427e1eefdefbf8)]:
1250
- - grafast@0.1.1-beta.1
1251
- - graphile-build-pg@5.0.0-beta.15
1252
- - graphile-config@0.0.1-beta.4
1253
- - graphile-build@5.0.0-beta.11
1254
-
1255
- ## 5.0.0-beta.14
1256
-
1257
- ### Patch Changes
1258
-
1259
- - Updated dependencies
1260
- [[`2d447a6b4`](https://github.com/graphile/crystal/commit/2d447a6b45d7db2813bd957f412cd959e2185759)]:
1261
- - graphile-build-pg@5.0.0-beta.14
1262
-
1263
- ## 5.0.0-beta.13
1264
-
1265
- ### Patch Changes
1266
-
1267
- - Updated dependencies
1268
- [[`26e0bc726`](https://github.com/graphile/crystal/commit/26e0bc72653cd8dcef4b6cfb3c76876a5e620a12)]:
1269
- - graphile-build-pg@5.0.0-beta.13
1270
-
1271
- ## 5.0.0-beta.12
1272
-
1273
- ### Patch Changes
1274
-
1275
- - Updated dependencies []:
1276
- - grafast@0.1.1-beta.0
1277
- - graphile-build-pg@5.0.0-beta.12
1278
-
1279
- ## 5.0.0-beta.11
1280
-
1281
- ### Patch Changes
1282
-
1283
- - [#1760](https://github.com/graphile/crystal/pull/1760)
1284
- [`eeccfd675`](https://github.com/graphile/crystal/commit/eeccfd67585a79330197886fdc98335562e08c0a)
1285
- Thanks [@benjie](https://github.com/benjie)! - makeExtendSchemaPlugin now
1286
- support specifying scalar details via resolvers/plans
1287
-
1288
- - [#1768](https://github.com/graphile/crystal/pull/1768)
1289
- [`264158f03`](https://github.com/graphile/crystal/commit/264158f034e7b6ebc1a9a94d92b7e4fb746c5fac)
1290
- Thanks [@benjie](https://github.com/benjie)! - Fix `type Foo extends Bar`
1291
- syntax in makeExtendSchemaPlugin - no longer throws
1292
- `getTypeByName before 'init' phase` error.
1293
- - Updated dependencies
1294
- [[`4a4d26d87`](https://github.com/graphile/crystal/commit/4a4d26d87ce74589429b8ca5126a7bfdf30351b8),
1295
- [`b2bce88da`](https://github.com/graphile/crystal/commit/b2bce88da26c7a8965468be16fc2d935eadd3434),
1296
- [`861a8a306`](https://github.com/graphile/crystal/commit/861a8a306ef42a821da19e77903ddd7e8130bfb3),
1297
- [`9a84bc6dd`](https://github.com/graphile/crystal/commit/9a84bc6dd5b33c1919f75f867df1f61c78686695),
1298
- [`b728d7fb9`](https://github.com/graphile/crystal/commit/b728d7fb91eb29fbb21d955af5fd9cb4278f6222),
1299
- [`7d55d2c34`](https://github.com/graphile/crystal/commit/7d55d2c343880d7e665f9743f6ae7e39343c22cc)]:
1300
- - grafast@0.1.1-beta.0
1301
- - graphile-build-pg@5.0.0-beta.11
1302
- - graphile-build@5.0.0-beta.10
1303
-
1304
- ## 5.0.0-beta.10
1305
-
1306
- ### Patch Changes
1307
-
1308
- - [#514](https://github.com/graphile/crystal-pre-merge/pull/514)
1309
- [`c9848f693`](https://github.com/graphile/crystal-pre-merge/commit/c9848f6936a5abd7740c0638bfb458fb5551f03b)
1310
- Thanks [@benjie](https://github.com/benjie)! - Update package.json repository
1311
- information
1312
-
1313
- - Updated dependencies
1314
- [[`c9848f693`](https://github.com/graphile/crystal-pre-merge/commit/c9848f6936a5abd7740c0638bfb458fb5551f03b),
1315
- [`ede1092fe`](https://github.com/graphile/crystal-pre-merge/commit/ede1092fe197719b6fa786f4cfa75f6a1f4c56c1),
1316
- [`566983fbd`](https://github.com/graphile/crystal-pre-merge/commit/566983fbd99c4b2df8c4ebd6260521670a2b7dfc),
1317
- [`409bf6071`](https://github.com/graphile/crystal-pre-merge/commit/409bf607180d4d8faec658c803e5ec4d1a00c451)]:
1318
- - graphile-build-pg@5.0.0-beta.10
1319
- - graphile-build@5.0.0-beta.9
1320
- - graphile-config@0.0.1-beta.3
1321
- - grafast@0.0.1-beta.8
1322
- - tamedevil@0.0.0-beta.3
1323
-
1324
- ## 5.0.0-beta.9
1325
-
1326
- ### Patch Changes
1327
-
1328
- - Updated dependencies
1329
- [[`3700e204f`](https://github.com/benjie/crystal/commit/3700e204f430db182c92ca7abc82017c81fa1f9b)]:
1330
- - grafast@0.0.1-beta.7
1331
- - graphile-build@5.0.0-beta.8
1332
- - graphile-build-pg@5.0.0-beta.9
1333
-
1334
- ## 5.0.0-beta.8
1335
-
1336
- ### Patch Changes
1337
-
1338
- - [#496](https://github.com/benjie/crystal/pull/496)
1339
- [`c9bfd9892`](https://github.com/benjie/crystal/commit/c9bfd989247f9433fb5b18c5175c9d8d64cd21a1)
1340
- Thanks [@benjie](https://github.com/benjie)! - Update dependencies (sometimes
1341
- through major versions).
1342
-
1343
- - Updated dependencies
1344
- [[`c9bfd9892`](https://github.com/benjie/crystal/commit/c9bfd989247f9433fb5b18c5175c9d8d64cd21a1),
1345
- [`e613b476d`](https://github.com/benjie/crystal/commit/e613b476d6ee867d1f7509c895dabee40e7f9a31)]:
1346
- - graphile-build-pg@5.0.0-beta.8
1347
- - graphile-build@5.0.0-beta.7
1348
- - graphile-config@0.0.1-beta.2
1349
- - grafast@0.0.1-beta.6
1350
- - tamedevil@0.0.0-beta.2
1351
-
1352
- ## 5.0.0-beta.7
1353
-
1354
- ### Patch Changes
1355
-
1356
- - Updated dependencies
1357
- [[`53186213a`](https://github.com/benjie/crystal/commit/53186213ade962f4b66cb0d5ea8b57b5ce7ea85f),
1358
- [`e916b7412`](https://github.com/benjie/crystal/commit/e916b7412fc1fbbcb1578dbe07684189c2a720ad),
1359
- [`73f1b5218`](https://github.com/benjie/crystal/commit/73f1b52187b2e009d502afa1db8a4e8f702e2958),
1360
- [`109c8ec67`](https://github.com/benjie/crystal/commit/109c8ec6784dc74f4c4c4c43cc61516cc12401c8)]:
1361
- - grafast@0.0.1-beta.5
1362
- - graphile-build-pg@5.0.0-beta.7
1363
- - graphile-build@5.0.0-beta.6
1364
-
1365
- ## 5.0.0-beta.6
1366
-
1367
- ### Patch Changes
1368
-
1369
- - [#460](https://github.com/benjie/crystal/pull/460)
1370
- [`07883a1a5`](https://github.com/benjie/crystal/commit/07883a1a5eac63bdc0541d6a2b562fc97342c439)
1371
- Thanks [@benjie](https://github.com/benjie)! - Fix makeExtendSchemaPlugin: now
1372
- calls callback in 'init' phase, so `Build` type is used (rather than
1373
- `Partial<Build>`) and other types/handlers/etc should already be registered.
1374
- - Updated dependencies
1375
- [[`f9cc88dc4`](https://github.com/benjie/crystal/commit/f9cc88dc442d371aee154a28d4e63c6da39f6b2e),
1376
- [`d17dd1cd4`](https://github.com/benjie/crystal/commit/d17dd1cd47d6cb125fbc84c38a8c004857e1bdd2),
1377
- [`00d026409`](https://github.com/benjie/crystal/commit/00d0264090f90914eac881b34918fa3370782adc)]:
1378
- - grafast@0.0.1-beta.4
1379
- - graphile-build-pg@5.0.0-beta.6
1380
- - graphile-build@5.0.0-beta.5
1381
-
1382
- ## 5.0.0-beta.5
1383
-
1384
- ### Patch Changes
1385
-
1386
- - Updated dependencies
1387
- [[`22ecd1e5d`](https://github.com/benjie/crystal/commit/22ecd1e5de1dcd094be3085cba56b705446413f9)]:
1388
- - graphile-build-pg@5.0.0-beta.5
1389
-
1390
- ## 5.0.0-beta.4
1391
-
1392
- ### Patch Changes
1393
-
1394
- - Updated dependencies
1395
- [[`196e5c1aa`](https://github.com/benjie/crystal/commit/196e5c1aab52dbe2a069d0a15b9e4931523fd2dd),
1396
- [`e75bf57dd`](https://github.com/benjie/crystal/commit/e75bf57ddb20d20c86dba880cbb1970ec6a875af)]:
1397
- - graphile-build-pg@5.0.0-beta.4
1398
- - graphile-build@5.0.0-beta.4
1399
-
1400
- ## 5.0.0-beta.3
1401
-
1402
- ### Patch Changes
1403
-
1404
- - Updated dependencies
1405
- [[`46cd08aa1`](https://github.com/benjie/crystal/commit/46cd08aa13e3bac4d186c72c6ce24997f37658af),
1406
- [`d3ab4e12d`](https://github.com/benjie/crystal/commit/d3ab4e12d5bf0dc1c0364c603585175fa4d94d34)]:
1407
- - grafast@0.0.1-beta.3
1408
- - graphile-build-pg@5.0.0-beta.3
1409
- - graphile-build@5.0.0-beta.3
1410
-
1411
- ## 5.0.0-beta.2
1412
-
1413
- ### Patch Changes
1414
-
1415
- - Updated dependencies
1416
- [[`23bd3c291`](https://github.com/benjie/crystal/commit/23bd3c291246aebf27cf2784f40fc948485f43c9)]:
1417
- - grafast@0.0.1-beta.2
1418
- - graphile-build@5.0.0-beta.2
1419
- - graphile-build-pg@5.0.0-beta.2
1420
-
1421
- ## 5.0.0-beta.1
1422
-
1423
- ### Patch Changes
1424
-
1425
- - [`cbd987385`](https://github.com/benjie/crystal/commit/cbd987385f99bd1248bc093ac507cc2f641ba3e8)
1426
- Thanks [@benjie](https://github.com/benjie)! - Bump all packages to beta
1427
-
1428
- - Updated dependencies
1429
- [[`cbd987385`](https://github.com/benjie/crystal/commit/cbd987385f99bd1248bc093ac507cc2f641ba3e8)]:
1430
- - grafast@0.0.1-beta.1
1431
- - graphile-build@5.0.0-beta.1
1432
- - graphile-build-pg@5.0.0-beta.1
1433
- - graphile-config@0.0.1-beta.1
1434
- - tamedevil@0.0.0-beta.1
1435
-
1436
- ## 5.0.0-alpha.20
1437
-
1438
- ### Patch Changes
1439
-
1440
- - Updated dependencies
1441
- [[`dfefdad3c`](https://github.com/benjie/crystal/commit/dfefdad3cd5a99c36d47eb0bddd914bab4ca9a1f),
1442
- [`6c1c1a34f`](https://github.com/benjie/crystal/commit/6c1c1a34f674bf4ef3b13dadebb4e13c422c940e)]:
1443
- - graphile-build-pg@5.0.0-alpha.20
1444
- - grafast@0.0.1-alpha.16
1445
- - graphile-build@5.0.0-alpha.18
1446
-
1447
- ## 5.0.0-alpha.19
1448
-
1449
- ### Patch Changes
1450
-
1451
- - [#428](https://github.com/benjie/crystal/pull/428)
1452
- [`c00a21cb9`](https://github.com/benjie/crystal/commit/c00a21cb9e9dd80a8b69228746bd7973da21facc)
1453
- Thanks [@benjie](https://github.com/benjie)! - Improve name and description of
1454
- TagsFilePlugin
1455
-
1456
- - Updated dependencies
1457
- [[`ea003ca3a`](https://github.com/benjie/crystal/commit/ea003ca3a8f68fb87dca603582e47981ed033996),
1458
- [`5491e10b0`](https://github.com/benjie/crystal/commit/5491e10b0f1629e607e7385985315169e156071d),
1459
- [`a9561d62d`](https://github.com/benjie/crystal/commit/a9561d62d54a6a1331d64b32e4cf3d162ad67a55),
1460
- [`232885703`](https://github.com/benjie/crystal/commit/232885703dd577f71488fd1fc5a02e852a96d446),
1461
- [`db19ed9c3`](https://github.com/benjie/crystal/commit/db19ed9c39f08b537f3bf316d1cf9bb39cee2603),
1462
- [`31e776e03`](https://github.com/benjie/crystal/commit/31e776e03ad0829e0ded52e32be789578dcf8d4f),
1463
- [`055c4e438`](https://github.com/benjie/crystal/commit/055c4e43888c007706db7079edd89d6def9b318d),
1464
- [`cf32f0397`](https://github.com/benjie/crystal/commit/cf32f0397f7a47509df9876112275f1ad135e8f2),
1465
- [`57d88b5fa`](https://github.com/benjie/crystal/commit/57d88b5fa3ed296210c1fcb223452213fd57985b),
1466
- [`a22830b2f`](https://github.com/benjie/crystal/commit/a22830b2f293b50a244ac18e1601d7579b450c7d),
1467
- [`9f87a26b1`](https://github.com/benjie/crystal/commit/9f87a26b10e5539aa88cfd9909e265513e941fd5),
1468
- [`9695c65f8`](https://github.com/benjie/crystal/commit/9695c65f8dbad807de683a70f5f663af2d3b35f0)]:
1469
- - grafast@0.0.1-alpha.15
1470
- - graphile-build-pg@5.0.0-alpha.19
1471
- - graphile-build@5.0.0-alpha.17
1472
- - graphile-config@0.0.1-alpha.7
1473
-
1474
- ## 5.0.0-alpha.18
1475
-
1476
- ### Patch Changes
1477
-
1478
- - Updated dependencies
1479
- [[`415f436a0`](https://github.com/benjie/crystal/commit/415f436a04d42ba7d7a51457f99e8d8e6baee051),
1480
- [`5b8e46a8a`](https://github.com/benjie/crystal/commit/5b8e46a8a868d68290d0f274934593a23b5bb25e),
1481
- [`bb64c090d`](https://github.com/benjie/crystal/commit/bb64c090d1094875ec51a8577a000cb4f796e197)]:
1482
- - graphile-build-pg@5.0.0-alpha.18
1483
-
1484
- ## 5.0.0-alpha.17
1485
-
1486
- ### Patch Changes
1487
-
1488
- - Updated dependencies
1489
- [[`c1518fad0`](https://github.com/benjie/crystal/commit/c1518fad093dc53c033866541f378878aab69b5c)]:
1490
- - graphile-build-pg@5.0.0-alpha.17
1491
- - graphile-build@5.0.0-alpha.16
1492
-
1493
- ## 5.0.0-alpha.16
1494
-
1495
- ### Patch Changes
1496
-
1497
- - Updated dependencies
1498
- [[`d99d666fb`](https://github.com/benjie/crystal/commit/d99d666fb234eb02dd196610995fa480c596242a)]:
1499
- - grafast@0.0.1-alpha.14
1500
- - graphile-build@5.0.0-alpha.15
1501
- - graphile-build-pg@5.0.0-alpha.16
1502
-
1503
- ## 5.0.0-alpha.15
1504
-
1505
- ### Patch Changes
1506
-
1507
- - [#418](https://github.com/benjie/crystal/pull/418)
1508
- [`9ab2adba2`](https://github.com/benjie/crystal/commit/9ab2adba2c146b5d1bc91bbb2f25e4645ed381de)
1509
- Thanks [@benjie](https://github.com/benjie)! - Overhaul peerDependencies and
1510
- dependencies to try and eliminate duplicate modules error.
1511
-
1512
- - [#410](https://github.com/benjie/crystal/pull/410)
1513
- [`4eda0cd57`](https://github.com/benjie/crystal/commit/4eda0cd572274febad696ebb5a89472a981f8212)
1514
- Thanks [@benjie](https://github.com/benjie)! - Use a single behavior check per
1515
- location.
1516
-
1517
- In the past two weeks I added a few behavior strings like
1518
- `array:attribute:filterBy` (a scoped form of `attribute:filterBy` to only be
1519
- used by attributes that were arrays); however I've realised that this will
1520
- require plugin authors to implement all the same logic to figure out what type
1521
- an attribute is in order to then see if it has the relevant behavior. This
1522
- goes against the design of the behavior system, and makes plugin authors'
1523
- lives harder. So I've reverted this, and instead used the `entityBehaviors`
1524
- system to add or remove the base `attribute:filterBy` (etc) behavior depending
1525
- on what the type of the attribute is.
1526
-
1527
- - Updated dependencies
1528
- [[`e7dd2e039`](https://github.com/benjie/crystal/commit/e7dd2e039769958d59a83ec3b164cad063c82500),
1529
- [`620f9e07e`](https://github.com/benjie/crystal/commit/620f9e07ec6f4d66a8dc01ed6bb054a75f7b1c8b),
1530
- [`f115b6fb2`](https://github.com/benjie/crystal/commit/f115b6fb2338212688ccdbc3aeef77416058a2f7),
1531
- [`1882e0185`](https://github.com/benjie/crystal/commit/1882e018576adf69bcae8a999224cb4d5e62a3e1),
1532
- [`881672305`](https://github.com/benjie/crystal/commit/88167230578393e3b24a364f0d673e36c5cb088d),
1533
- [`e5012f9a1`](https://github.com/benjie/crystal/commit/e5012f9a1901af63e1703ea4d717e8a22544f5e7),
1534
- [`9ab2adba2`](https://github.com/benjie/crystal/commit/9ab2adba2c146b5d1bc91bbb2f25e4645ed381de),
1535
- [`47f6f018b`](https://github.com/benjie/crystal/commit/47f6f018b11761cbfaa63d709edc0e3f4f9a9924),
1536
- [`ff4395bfc`](https://github.com/benjie/crystal/commit/ff4395bfc6e6b2fb263f644dae1e984c52dd84b9),
1537
- [`502b23340`](https://github.com/benjie/crystal/commit/502b233401975637bc0d516af78721b37f6f9b7b),
1538
- [`4eda0cd57`](https://github.com/benjie/crystal/commit/4eda0cd572274febad696ebb5a89472a981f8212)]:
1539
- - graphile-build-pg@5.0.0-alpha.15
1540
- - graphile-build@5.0.0-alpha.14
1541
- - grafast@0.0.1-alpha.13
1542
-
1543
- ## 5.0.0-alpha.14
1544
-
1545
- ### Patch Changes
1546
-
1547
- - [#406](https://github.com/benjie/crystal/pull/406)
1548
- [`9f5a784c6`](https://github.com/benjie/crystal/commit/9f5a784c601b67dfb2cbf7bd836d7aa060fba63c)
1549
- Thanks [@benjie](https://github.com/benjie)! - Introduce TypeScript CIF
1550
- gatherConfig() to help typing the `gather` phase for plugins.
1551
- - Updated dependencies
1552
- [[`bfe5997e3`](https://github.com/benjie/crystal/commit/bfe5997e365fae9561133f6cd8126e986860b8c2),
1553
- [`9281a2d88`](https://github.com/benjie/crystal/commit/9281a2d889ab1e72a3f6f9777779f31a6588d478),
1554
- [`903c04b3b`](https://github.com/benjie/crystal/commit/903c04b3b866b4b9136ba6f8ba22dfd7aae8b7b5),
1555
- [`c5eceba07`](https://github.com/benjie/crystal/commit/c5eceba07d0ca2ec93c058e2fcaf9fdf1b7b32e0),
1556
- [`675b7abb9`](https://github.com/benjie/crystal/commit/675b7abb93e11d955930b9026fb0b65a56ecc999),
1557
- [`c5050dd28`](https://github.com/benjie/crystal/commit/c5050dd286bd6d9fa4a5d9cfbf87ba609cb148dd),
1558
- [`9281a2d88`](https://github.com/benjie/crystal/commit/9281a2d889ab1e72a3f6f9777779f31a6588d478),
1559
- [`808af8af3`](https://github.com/benjie/crystal/commit/808af8af3fcc0d20154845a6b9962a094153d899),
1560
- [`9f5a784c6`](https://github.com/benjie/crystal/commit/9f5a784c601b67dfb2cbf7bd836d7aa060fba63c),
1561
- [`2849cc3fb`](https://github.com/benjie/crystal/commit/2849cc3fb8e4302b57cdf21f8c9a5fea33b797f8),
1562
- [`8ca9425ed`](https://github.com/benjie/crystal/commit/8ca9425edec68fbac0e727bd3d2754bf4843cc74),
1563
- [`51414d328`](https://github.com/benjie/crystal/commit/51414d3281f04c8fd450d6364960336b862a5795),
1564
- [`a298fc893`](https://github.com/benjie/crystal/commit/a298fc8931f3a0579fb6846d63b52fa3fcc6e65e),
1565
- [`1300a9753`](https://github.com/benjie/crystal/commit/1300a975394f4e22540019bb0d40ba0bb9bec550),
1566
- [`0d1782869`](https://github.com/benjie/crystal/commit/0d1782869adc76f5bbcecfdcbb85a258c468ca37),
1567
- [`9281a2d88`](https://github.com/benjie/crystal/commit/9281a2d889ab1e72a3f6f9777779f31a6588d478),
1568
- [`bc14d488d`](https://github.com/benjie/crystal/commit/bc14d488d5385f350b6d377716e43c46a405dc57),
1569
- [`dda361d11`](https://github.com/benjie/crystal/commit/dda361d11c4d2625c5770df32843f3ec1407c922)]:
1570
- - graphile-build-pg@5.0.0-alpha.14
1571
- - grafast@0.0.1-alpha.12
1572
- - graphile-build@5.0.0-alpha.13
1573
- - graphile-config@0.0.1-alpha.6
1574
- - pg-introspection@0.0.1-alpha.4
1575
-
1576
- ## 5.0.0-alpha.13
1577
-
1578
- ### Patch Changes
1579
-
1580
- - Updated dependencies
1581
- [[`70b2c3900`](https://github.com/benjie/crystal/commit/70b2c3900cd29d241e968fc81d6279848fafb9ae),
1582
- [`37d829b89`](https://github.com/benjie/crystal/commit/37d829b8912fb3d2b7e1aa99d2314444d136971d),
1583
- [`ff91a5660`](https://github.com/benjie/crystal/commit/ff91a5660c5a33ab32555ab3da12f880179d9892),
1584
- [`644938276`](https://github.com/benjie/crystal/commit/644938276ebd48c5486ba9736a525fcc66d7d714),
1585
- [`47365f0df`](https://github.com/benjie/crystal/commit/47365f0df2644fd91839a6698998e1463df8de79),
1586
- [`339cb005e`](https://github.com/benjie/crystal/commit/339cb005ed91aa8d421cdacd934877aee32e3f23)]:
1587
- - graphile-build-pg@5.0.0-alpha.13
1588
- - graphile-build@5.0.0-alpha.12
1589
- - graphile-config@0.0.1-alpha.5
1590
- - grafast@0.0.1-alpha.11
1591
-
1592
- ## 5.0.0-alpha.12
1593
-
1594
- ### Patch Changes
1595
-
1596
- - [#399](https://github.com/benjie/crystal/pull/399)
1597
- [`409581534`](https://github.com/benjie/crystal/commit/409581534f41ac2cf0ff21c77c2bcd8eaa8218fd)
1598
- Thanks [@benjie](https://github.com/benjie)! - Change many of the dependencies
1599
- to be instead (or also) peerDependencies, to avoid duplicate modules.
1600
-
1601
- - [#396](https://github.com/benjie/crystal/pull/396)
1602
- [`7573bf374`](https://github.com/benjie/crystal/commit/7573bf374897228b613b19f37b4e076737db3279)
1603
- Thanks [@benjie](https://github.com/benjie)! - Address a decent number of
1604
- TODO/FIXME/etc comments in the codebase.
1605
-
1606
- - [#383](https://github.com/benjie/crystal/pull/383)
1607
- [`2c8586b36`](https://github.com/benjie/crystal/commit/2c8586b367b76af91d1785cc90455c70911fdec7)
1608
- Thanks [@benjie](https://github.com/benjie)! - Change
1609
- 'objectType.extensions.grafast.Step' to
1610
- 'objectType.extensions.grafast.assertStep', accept it via object spec,
1611
- deprecate registerObjectType form that accepts it (pass via object spec
1612
- instead), improve typings around it.
1613
- - Updated dependencies
1614
- [[`409581534`](https://github.com/benjie/crystal/commit/409581534f41ac2cf0ff21c77c2bcd8eaa8218fd),
1615
- [`17fe531d7`](https://github.com/benjie/crystal/commit/17fe531d729e88a7126b0e2e06fc1ee9ab3ac5b8),
1616
- [`b7533bd4d`](https://github.com/benjie/crystal/commit/b7533bd4dfc210cb8b113b8fa06f163a212aa5e4),
1617
- [`326aa99cd`](https://github.com/benjie/crystal/commit/326aa99cd5e6b5cc8f30e4500382738eb63b792d),
1618
- [`9238d3ce4`](https://github.com/benjie/crystal/commit/9238d3ce4f6f59295ba849d6325286e4847c1bac),
1619
- [`9feb769c2`](https://github.com/benjie/crystal/commit/9feb769c2df0c57971ed26a937be4a1bee7a7524),
1620
- [`b5eb7c490`](https://github.com/benjie/crystal/commit/b5eb7c490305b869e1bfc176a5a417e28f1411cd),
1621
- [`976958e80`](https://github.com/benjie/crystal/commit/976958e80c791819cd80e96df8209dcff1918585),
1622
- [`7573bf374`](https://github.com/benjie/crystal/commit/7573bf374897228b613b19f37b4e076737db3279),
1623
- [`95b2ab41e`](https://github.com/benjie/crystal/commit/95b2ab41e41976de852276b83f7fb5924555e7c5),
1624
- [`2c8586b36`](https://github.com/benjie/crystal/commit/2c8586b367b76af91d1785cc90455c70911fdec7),
1625
- [`8230fcaeb`](https://github.com/benjie/crystal/commit/8230fcaeb0286c905fc0dad4b7af2d94bac88a44),
1626
- [`6f545683c`](https://github.com/benjie/crystal/commit/6f545683c981af4ee40d51b272a053b01d535491),
1627
- [`c43802d74`](https://github.com/benjie/crystal/commit/c43802d7419f93d18964c654f16d0937a2e23ca0),
1628
- [`b118b8f6d`](https://github.com/benjie/crystal/commit/b118b8f6dc18196212cfb0a05486e1dd8d77ccf8),
1629
- [`b66d2503b`](https://github.com/benjie/crystal/commit/b66d2503b90eb458af709bb593e5a00d869df03f),
1630
- [`9008c4f87`](https://github.com/benjie/crystal/commit/9008c4f87df53be4051c49f9836358dc2baa59df),
1631
- [`47ff7e824`](https://github.com/benjie/crystal/commit/47ff7e824b2fc96c11f601c3814d0200208711ce),
1632
- [`b868aa63f`](https://github.com/benjie/crystal/commit/b868aa63f7759396b71fdd1e8eda1012352ad595),
1633
- [`e8c81cd20`](https://github.com/benjie/crystal/commit/e8c81cd2046390ed5b6799aa7ff3d90b28a1861a),
1634
- [`3caaced6c`](https://github.com/benjie/crystal/commit/3caaced6cfbac4a187a245a61eb103edcb8cd4c9),
1635
- [`9f2507ed9`](https://github.com/benjie/crystal/commit/9f2507ed9fe8a6abe93c9c8a1cff410446587fd6)]:
1636
- - graphile-build-pg@5.0.0-alpha.12
1637
- - graphile-build@5.0.0-alpha.11
1638
- - grafast@0.0.1-alpha.10
1639
- - pg-introspection@0.0.1-alpha.3
1640
-
1641
- ## 5.0.0-alpha.11
1642
-
1643
- ### Patch Changes
1644
-
1645
- - Updated dependencies
1646
- [[`56237691b`](https://github.com/benjie/crystal/commit/56237691bf3eed321b7159e17f36e3651356946f),
1647
- [`ed1982f31`](https://github.com/benjie/crystal/commit/ed1982f31a845ceb3aafd4b48d667649f06778f5),
1648
- [`a94f11091`](https://github.com/benjie/crystal/commit/a94f11091520b52d90fd007986760848ed20017b),
1649
- [`1fe47a2b0`](https://github.com/benjie/crystal/commit/1fe47a2b08d6e7153a22dde3a99b7a9bf50c4f84),
1650
- [`198ac74d5`](https://github.com/benjie/crystal/commit/198ac74d52fe1e47d602fe2b7c52f216d5216b25),
1651
- [`6878c589c`](https://github.com/benjie/crystal/commit/6878c589cc9fc8f05a6efd377e1272ae24fbf256),
1652
- [`2ac706f18`](https://github.com/benjie/crystal/commit/2ac706f18660c855fe20f460b50694fdd04a7768),
1653
- [`bcfffd5fe`](https://github.com/benjie/crystal/commit/bcfffd5fe14d5bbc3517c62041da585a3bf1bab1),
1654
- [`dad4d4aae`](https://github.com/benjie/crystal/commit/dad4d4aaee499098104841740c9049b1deb6ac5f),
1655
- [`e443db39b`](https://github.com/benjie/crystal/commit/e443db39b07f9d71f7a1ce402475004e072a2d1d)]:
1656
- - grafast@0.0.1-alpha.9
1657
- - graphile-build-pg@5.0.0-alpha.11
1658
- - graphile-build@5.0.0-alpha.10
1659
- - graphile-config@0.0.1-alpha.4
1660
-
1661
- ## 5.0.0-alpha.10
1662
-
1663
- ### Patch Changes
1664
-
1665
- - Updated dependencies
1666
- [[`dd3ef599c`](https://github.com/benjie/crystal/commit/dd3ef599c7f2530fd1a19a852d334b7349e49e70)]:
1667
- - grafast@0.0.1-alpha.8
1668
- - graphile-build@5.0.0-alpha.9
1669
- - graphile-build-pg@5.0.0-alpha.10
1670
-
1671
- ## 5.0.0-alpha.9
1672
-
1673
- ### Patch Changes
1674
-
1675
- - Updated dependencies
1676
- [[`5c9d32264`](https://github.com/benjie/crystal/commit/5c9d322644028e33f5273fb9bcaaf6a80f1f7360),
1677
- [`2fcbe688c`](https://github.com/benjie/crystal/commit/2fcbe688c11b355f0688b96e99012a829cf8b7cb),
1678
- [`3a984718a`](https://github.com/benjie/crystal/commit/3a984718a322685304777dec7cd48a1efa15539d),
1679
- [`fe9154b23`](https://github.com/benjie/crystal/commit/fe9154b23f6e45c56ff5827dfe758bdf4974e215),
1680
- [`adc7ae5e0`](https://github.com/benjie/crystal/commit/adc7ae5e002961c8b8286500527752f21139ab9e)]:
1681
- - grafast@0.0.1-alpha.7
1682
- - graphile-build-pg@5.0.0-alpha.9
1683
- - graphile-build@5.0.0-alpha.8
1684
- - graphile-config@0.0.1-alpha.3
1685
-
1686
- ## 5.0.0-alpha.8
1687
-
1688
- ### Patch Changes
1689
-
1690
- - Updated dependencies
1691
- [[`dcc3d0355`](https://github.com/benjie/crystal/commit/dcc3d03558d28506260dcfc79e1a797b60ec1773),
1692
- [`f75926f4b`](https://github.com/benjie/crystal/commit/f75926f4b9aee33adff8bdf6b1a4137582cb47ba),
1693
- [`ca1526b70`](https://github.com/benjie/crystal/commit/ca1526b7028b0b9d506b6ccda7da046b64af1ab6),
1694
- [`3426b0f4a`](https://github.com/benjie/crystal/commit/3426b0f4adb0c5d80c66e51c203214f06f364d3a)]:
1695
- - graphile-build-pg@5.0.0-alpha.8
1696
- - grafast@0.0.1-alpha.6
1697
- - graphile-build@5.0.0-alpha.7
1698
-
1699
- ## 5.0.0-alpha.7
1700
-
1701
- ### Patch Changes
1702
-
1703
- - Updated dependencies
1704
- [[`ef8432511`](https://github.com/benjie/crystal/commit/ef84325111416a9663417bb58ec664998040cf7c),
1705
- [`86e503d78`](https://github.com/benjie/crystal/commit/86e503d785626ad9a2e91ec2e70b272dd632d425),
1706
- [`2850e4732`](https://github.com/benjie/crystal/commit/2850e4732ff173347357dba048eaf3c1ef775497),
1707
- [`24822d0dc`](https://github.com/benjie/crystal/commit/24822d0dc87d41f0b0737d6e00cf4022de4bab5e)]:
1708
- - graphile-build-pg@5.0.0-alpha.7
1709
- - grafast@0.0.1-alpha.5
1710
- - graphile-build@5.0.0-alpha.6
1711
-
1712
- ## 5.0.0-alpha.6
1713
-
1714
- ### Patch Changes
1715
-
1716
- - Updated dependencies
1717
- [[`1ea7acdf5`](https://github.com/benjie/crystal/commit/1ea7acdf5cbf39c876d5a7990ff456eb0803ac0b)]:
1718
- - graphile-build-pg@5.0.0-alpha.6
1719
-
1720
- ## 5.0.0-alpha.5
1721
-
1722
- ### Patch Changes
1723
-
1724
- - Updated dependencies
1725
- [[`45dcf3a8f`](https://github.com/benjie/crystal/commit/45dcf3a8fd8bad5c8b82a7cbff2db4dacb916950)]:
1726
- - grafast@0.0.1-alpha.4
1727
- - graphile-build@5.0.0-alpha.5
1728
- - graphile-build-pg@5.0.0-alpha.5
1729
-
1730
- ## 5.0.0-alpha.4
1731
-
1732
- ### Patch Changes
1733
-
1734
- - Updated dependencies
1735
- [[`faa1c9eaa`](https://github.com/benjie/crystal/commit/faa1c9eaa25cbd6f0e25635f6a100d0dc9be6106)]:
1736
- - graphile-build-pg@5.0.0-alpha.4
1737
- - graphile-build@5.0.0-alpha.4
1738
-
1739
- ## 5.0.0-alpha.3
1740
-
1741
- ### Patch Changes
1742
-
1743
- - [`7f857950a`](https://github.com/benjie/crystal/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71)
1744
- Thanks [@benjie](https://github.com/benjie)! - Upgrade to the latest
1745
- TypeScript/tslib
1746
-
1747
- - Updated dependencies
1748
- [[`2389f47ec`](https://github.com/benjie/crystal/commit/2389f47ecf3b708f1085fdeb818eacaaeb257a2d),
1749
- [`e91ee201d`](https://github.com/benjie/crystal/commit/e91ee201d80d3b32e4e632b101f4c25362a1a05b),
1750
- [`865bec590`](https://github.com/benjie/crystal/commit/865bec5901f666e147f5d4088152d1f0d2584827),
1751
- [`7f857950a`](https://github.com/benjie/crystal/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71),
1752
- [`9605165d5`](https://github.com/benjie/crystal/commit/9605165d5857c97053778275836b95bf19c0b1c9),
1753
- [`d39a5d409`](https://github.com/benjie/crystal/commit/d39a5d409ffe1a5855740ecbff1ad11ec0bf6660)]:
1754
- - grafast@0.0.1-alpha.3
1755
- - graphile-build@5.0.0-alpha.3
1756
- - graphile-build-pg@5.0.0-alpha.3
1757
- - graphile-config@0.0.1-alpha.2
1758
- - pg-introspection@0.0.1-alpha.2
1759
-
1760
- ## 5.0.0-alpha.2
1761
-
1762
- ### Patch Changes
1763
-
1764
- - Updated dependencies
1765
- [[`3df3f1726`](https://github.com/benjie/crystal/commit/3df3f17269bb896cdee90ed8c4ab46fb821a1509)]:
1766
- - grafast@0.0.1-alpha.2
1767
- - graphile-build-pg@5.0.0-alpha.2
1768
- - graphile-build@5.0.0-alpha.2
1769
-
1770
- ## 5.0.0-alpha.1
1771
-
1772
- ### Patch Changes
1773
-
1774
- - [`759ad403d`](https://github.com/benjie/crystal/commit/759ad403d71363312c5225c165873ae84b8a098c)
1775
- Thanks [@benjie](https://github.com/benjie)! - Alpha release - see
1776
- https://postgraphile.org/news/2023-04-26-version-5-alpha
1777
-
1778
- - Updated dependencies
1779
- [[`759ad403d`](https://github.com/benjie/crystal/commit/759ad403d71363312c5225c165873ae84b8a098c)]:
1780
- - grafast@0.0.1-alpha.1
1781
- - graphile-build@5.0.0-alpha.1
1782
- - graphile-build-pg@5.0.0-alpha.1
1783
- - graphile-config@0.0.1-alpha.1
1784
- - pg-introspection@0.0.1-alpha.1
1785
-
1786
- ## 5.0.0-1.3
1787
-
1788
- ### Patch Changes
1789
-
1790
- - Updated dependencies
1791
- [[`8d270ead3`](https://github.com/benjie/crystal/commit/8d270ead3fa8331e28974aae052bd48ad537d1bf),
1792
- [`b4eaf89f4`](https://github.com/benjie/crystal/commit/b4eaf89f401ca207de08770361d07903f6bb9cb0)]:
1793
- - grafast@0.0.1-1.3
1794
- - graphile-config@0.0.1-1.2
1795
- - graphile-build-pg@5.0.0-1.3
1796
- - graphile-build@5.0.0-1.3
1797
-
1798
- ## 5.0.0-1.2
1799
-
1800
- ### Patch Changes
1801
-
1802
- - Updated dependencies
1803
- [[`7dcb0e008`](https://github.com/benjie/crystal/commit/7dcb0e008bc3a60c9ef325a856d16e0baab0b9f0)]:
1804
- - grafast@0.0.1-1.2
1805
- - graphile-build@5.0.0-1.2
1806
- - graphile-build-pg@5.0.0-1.2
1807
-
1808
- ## 5.0.0-1.1
1809
-
1810
- ### Patch Changes
1811
-
1812
- - [#260](https://github.com/benjie/crystal/pull/260)
1813
- [`d5312e6b9`](https://github.com/benjie/crystal/commit/d5312e6b968fbeb46d074b82a41b4bdbc166598c)
1814
- Thanks [@benjie](https://github.com/benjie)! - TypeScript v5 is now required
1815
-
1816
- - [#271](https://github.com/benjie/crystal/pull/271)
1817
- [`261eb520b`](https://github.com/benjie/crystal/commit/261eb520b33fe3673fe3a7712085e50291aed1e5)
1818
- Thanks [@benjie](https://github.com/benjie)! - 🚨 **RENAME ALL THE THINGS**
1819
-
1820
- The term 'source' was overloaded, and 'configs' was too vague, and
1821
- 'databaseName' was misleading, and 'source' behaviours actually applied to
1822
- resources, and more. So, we've renamed lots of things as part of the API
1823
- stabilization work. You're probably only affected by the first 2 bullet
1824
- points.
1825
- - `pgConfigs` -> `pgServices` (also applies to related `pgConfig` terms such
1826
- as `makePgConfig` -> `makePgService`, `MakePgConfigOptions` ->
1827
- `MakePgServiceOptions`, etc) - see your `graphile.config.ts` or equivalent
1828
- file
1829
- - All `*:source:*` behaviors are now `*:resource:*` behaviors (use regexp
1830
- `/:source\b|\bsource:[a-z$]/` to find the places that need updating)
1831
- - `PgDatabaseConfiguration` -> `PgServiceConfiguration`
1832
- - `databaseName` -> `serviceName` (because it's not the name of the database,
1833
- it's the name of the `pgServices` (which was `pgConfigs`) entry)
1834
- - `PgResourceConfig::source` -> `PgResourceConfig.from` ('source' is
1835
- overloaded, so use a more direct term)
1836
- - `PgResource::source` -> `PgResource.from`
1837
- - `PgSelectPlanJoin::source` -> `PgSelectPlanJoin.from`
1838
- - `helpers.pgIntrospection.getDatabase` ->
1839
- `helpers.pgIntrospection.getService`
1840
- - `helpers.pgIntrospection.getExecutorForDatabase` ->
1841
- `helpers.pgIntrospection.getExecutorForService`
1842
-
1843
- - Updated dependencies
1844
- [[`2df36c5a1`](https://github.com/benjie/crystal/commit/2df36c5a1b228be50ed325962b334290e7e3e8a7),
1845
- [`c5d89d705`](https://github.com/benjie/crystal/commit/c5d89d7052dfaaf4c597c8c36858795fa7227b07),
1846
- [`a73f9c709`](https://github.com/benjie/crystal/commit/a73f9c709959b9d6ddef18d714783f864a3d8e26),
1847
- [`ae304b33c`](https://github.com/benjie/crystal/commit/ae304b33c7c5a04d36b552177ae24a7b7b522645),
1848
- [`d5312e6b9`](https://github.com/benjie/crystal/commit/d5312e6b968fbeb46d074b82a41b4bdbc166598c),
1849
- [`22ec50e36`](https://github.com/benjie/crystal/commit/22ec50e360d90de41c586c5c220438f780c10ee8),
1850
- [`0f4709356`](https://github.com/benjie/crystal/commit/0f47093560cf4f8b1f215853bc91d7f6531278cc),
1851
- [`c22dcde7b`](https://github.com/benjie/crystal/commit/c22dcde7b53af323d907b22a0a69924841072aa9),
1852
- [`bd37be707`](https://github.com/benjie/crystal/commit/bd37be7075804b1299e10dd2dcb4473159bb26f1),
1853
- [`96b0bd14e`](https://github.com/benjie/crystal/commit/96b0bd14ed9039d60612e75b3aeb63dcaef271d4),
1854
- [`d951897ee`](https://github.com/benjie/crystal/commit/d951897eea824acabdb17baab4bf900b4b3b842f),
1855
- [`366b166dc`](https://github.com/benjie/crystal/commit/366b166dc88a340de7f092f92840b0fba1f03d60),
1856
- [`261eb520b`](https://github.com/benjie/crystal/commit/261eb520b33fe3673fe3a7712085e50291aed1e5),
1857
- [`395b4a2dd`](https://github.com/benjie/crystal/commit/395b4a2dd24044bad25f5e411a7a7cfa43883eef),
1858
- [`a14cf5f4c`](https://github.com/benjie/crystal/commit/a14cf5f4c233cd794eb4d3c6f2281e747d234a71)]:
1859
- - graphile-build-pg@5.0.0-1.1
1860
- - graphile-build@5.0.0-1.1
1861
- - grafast@0.0.1-1.1
1862
- - pg-introspection@0.0.1-1.1
1863
- - graphile-config@0.0.1-1.1
1864
-
1865
- ## 5.0.0-0.35
1866
-
1867
- ### Patch Changes
1868
-
1869
- - Updated dependencies
1870
- [[`89d16c972`](https://github.com/benjie/crystal/commit/89d16c972f12659de091b0b866768cacfccc8f6b),
1871
- [`8f323bdc8`](https://github.com/benjie/crystal/commit/8f323bdc88e39924de50775891bd40f1acb9b7cf),
1872
- [`9e7183c02`](https://github.com/benjie/crystal/commit/9e7183c02cb82d5f5c684c4f73962035e0267c83)]:
1873
- - grafast@0.0.1-0.23
1874
- - graphile-build-pg@5.0.0-0.34
1875
- - graphile-build@5.0.0-0.29
1876
-
1877
- ## 5.0.0-0.34
1878
-
1879
- ### Patch Changes
1880
-
1881
- - [#236](https://github.com/benjie/crystal/pull/236)
1882
- [`c802cb307`](https://github.com/benjie/crystal/commit/c802cb307da0ee69fb8bd0eba4cde8984855ddfa)
1883
- Thanks [@benjie](https://github.com/benjie)! - 🚨 makeWrapPlansPlugin callback
1884
- is now passed `build` rather than `options` - use `build.options` to get the
1885
- options object. 🚨 makeWrapPlansPlugin filters now accept only three args
1886
- (`context`, `build`, `field`) since the fourth argument (`options`) was
1887
- redundant - get it from `build.options` instead.
1888
-
1889
- ## 5.0.0-0.33
1890
-
1891
- ### Patch Changes
1892
-
1893
- - [#233](https://github.com/benjie/crystal/pull/233)
1894
- [`a50bc5be4`](https://github.com/benjie/crystal/commit/a50bc5be4b4be344203f4acd0ffd5ad8b90d89b8)
1895
- Thanks [@benjie](https://github.com/benjie)! - Introduce new
1896
- GraphQLObjectType_fields_field_args_arg and
1897
- GraphQLInterfaceType_fields_field_args_arg hooks to resolve some plugin
1898
- ordering issues.
1899
-
1900
- - [#233](https://github.com/benjie/crystal/pull/233)
1901
- [`11e7c12c5`](https://github.com/benjie/crystal/commit/11e7c12c5a3545ee24b5e39392fbec190aa1cf85)
1902
- Thanks [@benjie](https://github.com/benjie)! - Solve mutation issue in plugin
1903
- ordering code which lead to heisenbugs.
1904
-
1905
- - Updated dependencies
1906
- [[`a50bc5be4`](https://github.com/benjie/crystal/commit/a50bc5be4b4be344203f4acd0ffd5ad8b90d89b8),
1907
- [`6fb7ef449`](https://github.com/benjie/crystal/commit/6fb7ef4494b4f61b3b1aa36642e51eb9ec99a941),
1908
- [`11e7c12c5`](https://github.com/benjie/crystal/commit/11e7c12c5a3545ee24b5e39392fbec190aa1cf85),
1909
- [`2f50a633a`](https://github.com/benjie/crystal/commit/2f50a633acab7c112413ec4576beeec2efef24df),
1910
- [`005e5cea0`](https://github.com/benjie/crystal/commit/005e5cea01224533282bc4d0f3516368fb8db81a)]:
1911
- - graphile-build@5.0.0-0.28
1912
- - graphile-build-pg@5.0.0-0.33
1913
- - graphile-config@0.0.1-0.6
1914
- - grafast@0.0.1-0.22
1915
-
1916
- ## 5.0.0-0.32
1917
-
1918
- ### Patch Changes
1919
-
1920
- - Updated dependencies
1921
- [[`f5a04cf66`](https://github.com/benjie/crystal/commit/f5a04cf66f220c11a6a82db8c1a78b1d91606faa),
1922
- [`13cfc7501`](https://github.com/benjie/crystal/commit/13cfc75019d42353c1e6be394c28c6ba61ab32d0),
1923
- [`b9a2236d4`](https://github.com/benjie/crystal/commit/b9a2236d43cc92e06085298e379de71f7fdedcb7),
1924
- [`ac6137bb6`](https://github.com/benjie/crystal/commit/ac6137bb60a34a3ebf5fad3c6ac153c95acb6158)]:
1925
- - grafast@0.0.1-0.21
1926
- - graphile-build-pg@5.0.0-0.32
1927
- - graphile-build@5.0.0-0.27
1928
-
1929
- ## 5.0.0-0.31
1930
-
1931
- ### Patch Changes
1932
-
1933
- - Updated dependencies [[`aac8732f9`](undefined)]:
1934
- - grafast@0.0.1-0.20
1935
- - graphile-build@5.0.0-0.26
1936
- - graphile-build-pg@5.0.0-0.31
1937
-
1938
- ## 5.0.0-0.30
1939
-
1940
- ### Patch Changes
1941
-
1942
- - Updated dependencies
1943
- [[`397e8bb40`](https://github.com/benjie/crystal/commit/397e8bb40fe3783995172356a39ab7cb33e3bd36)]:
1944
- - grafast@0.0.1-0.19
1945
- - graphile-build@5.0.0-0.25
1946
- - graphile-build-pg@5.0.0-0.30
1947
-
1948
- ## 5.0.0-0.29
1949
-
1950
- ### Patch Changes
1951
-
1952
- - [#223](https://github.com/benjie/crystal/pull/223)
1953
- [`df8c06657`](https://github.com/benjie/crystal/commit/df8c06657e6f5a7d1444d86dc32fd750d1433223)
1954
- Thanks [@benjie](https://github.com/benjie)! - `graphile-utils` now includes
1955
- the `makeAddPgTableConditionPlugin` and `makeAddPgTableOrderByPlugin`
1956
- generators, freshly ported from V4. The signatures of these functions has
1957
- changed slightly, but the functionality is broadly the same.
1958
- - Updated dependencies
1959
- [[`4c2b7d1ca`](https://github.com/benjie/crystal/commit/4c2b7d1ca1afbda1e47da22c346cc3b03d01b7f0),
1960
- [`2abc58cf6`](https://github.com/benjie/crystal/commit/2abc58cf61e78e77b2ba44a875f0ef5b3f98b245),
1961
- [`c8a56cdc8`](https://github.com/benjie/crystal/commit/c8a56cdc83390e5735beb9b90f004e7975cab28c),
1962
- [`df8c06657`](https://github.com/benjie/crystal/commit/df8c06657e6f5a7d1444d86dc32fd750d1433223)]:
1963
- - grafast@0.0.1-0.18
1964
- - graphile-build@5.0.0-0.24
1965
- - graphile-build-pg@5.0.0-0.29
1966
-
1967
- ## 5.0.0-0.28
1968
-
1969
- ### Patch Changes
1970
-
1971
- - Updated dependencies
1972
- [[`f2c1423fb`](https://github.com/benjie/crystal/commit/f2c1423fbd6c354146a70a9a2ebabd97370b9b05),
1973
- [`b58f5dfac`](https://github.com/benjie/crystal/commit/b58f5dfac6ead1efb8bb56b5cfdfd6a0040a60b5)]:
1974
- - graphile-build-pg@5.0.0-0.28
1975
- - graphile-build@5.0.0-0.23
1976
-
1977
- ## 5.0.0-0.27
1978
-
1979
- ### Patch Changes
1980
-
1981
- - Updated dependencies [[`f48860d4f`](undefined)]:
1982
- - grafast@0.0.1-0.17
1983
- - graphile-build@5.0.0-0.22
1984
- - graphile-build-pg@5.0.0-0.27
1985
-
1986
- ## 5.0.0-0.26
1987
-
1988
- ### Patch Changes
1989
-
1990
- - Updated dependencies
1991
- [[`df89aba52`](https://github.com/benjie/crystal/commit/df89aba524270e52f82987fcc4ab5d78ce180fc5),
1992
- [`3ed7d3349`](https://github.com/benjie/crystal/commit/3ed7d334939e5e0ab2f63b2fde202884cc2daa74)]:
1993
- - grafast@0.0.1-0.16
1994
- - graphile-build-pg@5.0.0-0.26
1995
- - graphile-build@5.0.0-0.21
1996
-
1997
- ## 5.0.0-0.25
1998
-
1999
- ### Patch Changes
2000
-
2001
- - Updated dependencies [[`a8d26b30a`](undefined)]:
2002
- - graphile-build-pg@5.0.0-0.25
2003
-
2004
- ## 5.0.0-0.24
2005
-
2006
- ### Patch Changes
2007
-
2008
- - Updated dependencies [[`5812ad277`](undefined)]:
2009
- - graphile-build-pg@5.0.0-0.24
2010
-
2011
- ## 5.0.0-0.23
2012
-
2013
- ### Patch Changes
2014
-
2015
- - [#210](https://github.com/benjie/crystal/pull/210)
2016
- [`b523118fe`](https://github.com/benjie/crystal/commit/b523118fe6217c027363fea91252a3a1764e17df)
2017
- Thanks [@benjie](https://github.com/benjie)! - Replace BaseGraphQLContext with
2018
- Grafast.Context throughout.
2019
-
2020
- - Updated dependencies
2021
- [[`2fb5001b4`](https://github.com/benjie/crystal/commit/2fb5001b4aaac07942b2e9b0398a996f9aa8b15d),
2022
- [`2bd4b619e`](https://github.com/benjie/crystal/commit/2bd4b619ee0f6054e14da3ac4885ec55d944cd99),
2023
- [`b523118fe`](https://github.com/benjie/crystal/commit/b523118fe6217c027363fea91252a3a1764e17df)]:
2024
- - graphile-build@5.0.0-0.20
2025
- - graphile-build-pg@5.0.0-0.23
2026
- - grafast@0.0.1-0.15
2027
-
2028
- ## 5.0.0-0.22
2029
-
2030
- ### Patch Changes
2031
-
2032
- - [#206](https://github.com/benjie/crystal/pull/206)
2033
- [`851b78ef2`](https://github.com/benjie/crystal/commit/851b78ef20d430164507ec9b3f41a5a0b8a18ed7)
2034
- Thanks [@benjie](https://github.com/benjie)! - Grafserv now masks untrusted
2035
- errors by default; trusted errors are constructed via GraphQL's GraphQLError
2036
- or Grafast's SafeError.
2037
- - Updated dependencies
2038
- [[`d76043453`](https://github.com/benjie/crystal/commit/d7604345362c58bf7eb43ef1ac1795a2ac22ae79),
2039
- [`afa0ea5f6`](https://github.com/benjie/crystal/commit/afa0ea5f6c508d9a0ba5946ab153b13ddbd274a0),
2040
- [`851b78ef2`](https://github.com/benjie/crystal/commit/851b78ef20d430164507ec9b3f41a5a0b8a18ed7),
2041
- [`384b3594f`](https://github.com/benjie/crystal/commit/384b3594f543d113650c1b6b02b276360dd2d15f)]:
2042
- - grafast@0.0.1-0.14
2043
- - graphile-build@5.0.0-0.19
2044
- - graphile-build-pg@5.0.0-0.22
2045
-
2046
- ## 5.0.0-0.21
2047
-
2048
- ### Patch Changes
2049
-
2050
- - Updated dependencies
2051
- [[`dca706ad9`](https://github.com/benjie/crystal/commit/dca706ad99b1cd2b98872581b86bd4b22c7fd5f4)]:
2052
- - graphile-build@5.0.0-0.18
2053
- - graphile-build-pg@5.0.0-0.21
2054
-
2055
- ## 5.0.0-0.20
2056
-
2057
- ### Patch Changes
2058
-
2059
- - Updated dependencies [[`e5b664b6f`](undefined)]:
2060
- - grafast@0.0.1-0.13
2061
- - graphile-build-pg@5.0.0-0.20
2062
- - graphile-build@5.0.0-0.17
2063
-
2064
- ## 5.0.0-0.19
2065
-
2066
- ### Patch Changes
2067
-
2068
- - [#200](https://github.com/benjie/crystal/pull/200)
2069
- [`9f85b0308`](https://github.com/benjie/crystal/commit/9f85b030896d335ee2d0da2b93c3784d0eb841ea)
2070
- Thanks [@benjie](https://github.com/benjie)! - Fix bugs around handling of the
2071
- plans/resolvers objects.
2072
-
2073
- - [#198](https://github.com/benjie/crystal/pull/198)
2074
- [`f9948e4e9`](https://github.com/benjie/crystal/commit/f9948e4e913299ca4f3858d45105790df2acaa89)
2075
- Thanks [@benjie](https://github.com/benjie)! - Fix bug in
2076
- makePgSmartTagsPlugin that prevented smart tags being loaded early enough from
2077
- files.
2078
- - Updated dependencies
2079
- [[`4f5d5bec7`](https://github.com/benjie/crystal/commit/4f5d5bec72f949b17b39cd07acc848ce7a8bfa36),
2080
- [`a1158d83e`](https://github.com/benjie/crystal/commit/a1158d83e2d26f7da0182ec2b651f7f1ec202f14),
2081
- [`25f5a6cbf`](https://github.com/benjie/crystal/commit/25f5a6cbff6cd5a94ebc4f411f7fa89c209fc383)]:
2082
- - grafast@0.0.1-0.12
2083
- - graphile-build@5.0.0-0.16
2084
- - graphile-build-pg@5.0.0-0.19
2085
-
2086
- ## 5.0.0-0.18
2087
-
2088
- ### Patch Changes
2089
-
2090
- - [`0ab95d0b1`](undefined) - Update sponsors.
2091
-
2092
- - Updated dependencies [[`0ab95d0b1`](undefined),
2093
- [`4783bdd7c`](https://github.com/benjie/crystal/commit/4783bdd7cc28ac8b497fdd4d6f1024d80cb432ef),
2094
- [`652cf1073`](https://github.com/benjie/crystal/commit/652cf107316ea5832f69c6a55574632187f5c876),
2095
- [`80091a8e0`](https://github.com/benjie/crystal/commit/80091a8e0343a162bf2b60cf619267a874a67e60)]:
2096
- - grafast@0.0.1-0.11
2097
- - graphile-build@5.0.0-0.15
2098
- - graphile-build-pg@5.0.0-0.18
2099
- - graphile-config@0.0.1-0.5
2100
- - pg-introspection@0.0.1-0.3
2101
-
2102
- ## 5.0.0-0.17
2103
-
2104
- ### Patch Changes
2105
-
2106
- - Updated dependencies [[`72bf5f535`](undefined)]:
2107
- - graphile-build@5.0.0-0.14
2108
- - graphile-build-pg@5.0.0-0.17
2109
-
2110
- ## 5.0.0-0.16
2111
-
2112
- ### Patch Changes
2113
-
2114
- - Updated dependencies
2115
- [[`842f6ccbb`](https://github.com/benjie/crystal/commit/842f6ccbb3c9bd0c101c4f4df31c5ed1aea9b2ab)]:
2116
- - graphile-config@0.0.1-0.4
2117
- - grafast@0.0.1-0.10
2118
- - graphile-build@5.0.0-0.13
2119
- - graphile-build-pg@5.0.0-0.16
2120
-
2121
- ## 5.0.0-0.15
2122
-
2123
- ### Patch Changes
2124
-
2125
- - Updated dependencies
2126
- [[`ebb24895c`](https://github.com/benjie/crystal/commit/ebb24895c3ee05c670ffb6c9b4fa4bd1328d9005),
2127
- [`d3cba220c`](https://github.com/benjie/crystal/commit/d3cba220c5acb52bb45f1f82f599dd13e0340e65),
2128
- [`3eb9da95e`](https://github.com/benjie/crystal/commit/3eb9da95e6834d687972b112ee0c12b01c7d11c2)]:
2129
- - graphile-build-pg@5.0.0-0.15
2130
- - graphile-build@5.0.0-0.12
2131
-
2132
- ## 5.0.0-0.14
2133
-
2134
- ### Patch Changes
2135
-
2136
- - Updated dependencies
2137
- [[`1b040b3ba`](https://github.com/benjie/crystal/commit/1b040b3bad10ea42b01134e6bddaefaf604936c0),
2138
- [`19e2961de`](https://github.com/benjie/crystal/commit/19e2961de67dc0b9601799bba256e4c4a23cc0cb),
2139
- [`6be68a53e`](https://github.com/benjie/crystal/commit/6be68a53e21940406a9fd629ee15cb1673497a6e),
2140
- [`11d6be65e`](https://github.com/benjie/crystal/commit/11d6be65e0da489f8ab3e3a8b8db145f8b2147ad)]:
2141
- - graphile-build-pg@5.0.0-0.14
2142
- - graphile-config@0.0.1-0.3
2143
- - grafast@0.0.1-0.9
2144
- - graphile-build@5.0.0-0.11
2145
-
2146
- ## 5.0.0-0.13
2147
-
2148
- ### Patch Changes
2149
-
2150
- - [#173](https://github.com/benjie/crystal/pull/173)
2151
- [`208166269`](https://github.com/benjie/crystal/commit/208166269177d6e278b056e1c77d26a2d8f59f49)
2152
- Thanks [@benjie](https://github.com/benjie)! - Fix bug in grafast causing
2153
- loadOne to error. Add missing JSON5 dependency.
2154
-
2155
- - Updated dependencies
2156
- [[`208166269`](https://github.com/benjie/crystal/commit/208166269177d6e278b056e1c77d26a2d8f59f49)]:
2157
- - grafast@0.0.1-0.8
2158
- - graphile-build@5.0.0-0.10
2159
- - graphile-build-pg@5.0.0-0.13
2160
-
2161
- ## 5.0.0-0.12
2162
-
2163
- ### Patch Changes
2164
-
2165
- - Updated dependencies
2166
- [[`af9f11f28`](https://github.com/benjie/crystal/commit/af9f11f289b0029442c6cf4ededf86ee823a26c3),
2167
- [`6ebe3a13e`](https://github.com/benjie/crystal/commit/6ebe3a13e563f2bd665b24a5c84bbfc5eba1cc0a),
2168
- [`0e440a862`](https://github.com/benjie/crystal/commit/0e440a862d29e8db40fd72413223a10de885ef46)]:
2169
- - graphile-build-pg@5.0.0-0.12
2170
- - graphile-build@5.0.0-0.9
2171
-
2172
- ## 5.0.0-0.11
2173
-
2174
- ### Patch Changes
2175
-
2176
- - Updated dependencies [[`677c8f5fc`](undefined)]:
2177
- - graphile-build@5.0.0-0.8
2178
- - graphile-build-pg@5.0.0-0.11
2179
- - pg-introspection@0.0.1-0.2
2180
- - grafast@0.0.1-0.7
2181
-
2182
- ## 5.0.0-0.10
2183
-
2184
- ### Patch Changes
2185
-
2186
- - Updated dependencies []:
2187
- - graphile-build-pg@5.0.0-0.10
2188
-
2189
- ## 5.0.0-0.9
2190
-
2191
- ### Patch Changes
2192
-
2193
- - [`9b296ba54`](undefined) - More secure, more compatible, and lots of fixes
2194
- across the monorepo
2195
-
2196
- - Updated dependencies [[`9b296ba54`](undefined)]:
2197
- - grafast@0.0.1-0.6
2198
- - graphile-build@5.0.0-0.7
2199
- - graphile-build-pg@5.0.0-0.9
2200
- - graphile-config@0.0.1-0.2
2201
- - pg-introspection@0.0.1-0.1
2202
-
2203
- ## 5.0.0-0.8
2204
-
2205
- ### Patch Changes
2206
-
2207
- - Updated dependencies [[`cd37fd02a`](undefined)]:
2208
- - grafast@0.0.1-0.5
2209
- - graphile-build-pg@5.0.0-0.8
2210
- - graphile-build@5.0.0-0.6
2211
-
2212
- ## 5.0.0-0.7
2213
-
2214
- ### Patch Changes
2215
-
2216
- - [`768f32681`](undefined) - Fix peerDependencies ranges
2217
-
2218
- - Updated dependencies [[`768f32681`](undefined)]:
2219
- - grafast@0.0.1-0.4
2220
- - graphile-build@5.0.0-0.5
2221
- - graphile-build-pg@5.0.0-0.7
2222
-
2223
- ## 5.0.0-0.6
2224
-
2225
- ### Patch Changes
2226
-
2227
- - Updated dependencies []:
2228
- - graphile-build-pg@5.0.0-0.6
2229
-
2230
- ## 5.0.0-0.5
2231
-
2232
- ### Patch Changes
2233
-
2234
- - Updated dependencies []:
2235
- - graphile-build-pg@5.0.0-0.5
2236
-
2237
- ## 5.0.0-0.4
2238
-
2239
- ### Patch Changes
2240
-
2241
- - Updated dependencies [[`d11c1911c`](undefined)]:
2242
- - grafast@0.0.1-0.3
2243
- - graphile-build@5.0.0-0.4
2244
- - graphile-build-pg@5.0.0-0.4
2245
- - graphile-config@0.0.1-0.1
2246
-
2247
- ## 5.0.0-0.3
2248
-
2249
- ### Patch Changes
2250
-
2251
- - Updated dependencies [[`25037fc15`](undefined)]:
2252
- - grafast@0.0.1-0.2
2253
- - graphile-build-pg@5.0.0-0.3
2254
- - graphile-build@5.0.0-0.3
2255
-
2256
- ## 5.0.0-0.2
2257
-
2258
- ### Patch Changes
2259
-
2260
- - Updated dependencies [[`55f15cf35`](undefined)]:
2261
- - grafast@0.0.1-0.1
2262
- - graphile-build-pg@5.0.0-0.2
2263
- - graphile-build@5.0.0-0.2
2264
-
2265
- ## 5.0.0-0.1
2266
-
2267
- ### Patch Changes
2268
-
2269
- - [#125](https://github.com/benjie/crystal/pull/125)
2270
- [`91f2256b3`](https://github.com/benjie/crystal/commit/91f2256b3fd699bec19fc86f1ca79df057e58639)
2271
- Thanks [@benjie](https://github.com/benjie)! - Initial changesets release
2272
-
2273
- - Updated dependencies
2274
- [[`91f2256b3`](https://github.com/benjie/crystal/commit/91f2256b3fd699bec19fc86f1ca79df057e58639)]:
2275
- - grafast@0.0.1-0.0
2276
- - graphile-build@5.0.0-0.1
2277
- - graphile-build-pg@5.0.0-0.1
2278
- - graphile-config@0.0.1-0.0
2279
- - pg-introspection@0.0.1-0.0