graphile-utils 5.0.0-beta.4 → 5.0.0-beta.41

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.
Files changed (42) hide show
  1. package/CHANGELOG.md +936 -0
  2. package/README.md +55 -34
  3. package/dist/exportable.d.ts +1 -1
  4. package/dist/exportable.d.ts.map +1 -1
  5. package/dist/exportable.js +3 -3
  6. package/dist/exportable.js.map +1 -1
  7. package/dist/gql.js +1 -2
  8. package/dist/gql.js.map +1 -1
  9. package/dist/index.d.ts +7 -1
  10. package/dist/index.d.ts.map +1 -1
  11. package/dist/index.js +1 -0
  12. package/dist/index.js.map +1 -1
  13. package/dist/makeAddInflectorsPlugin.js +2 -3
  14. package/dist/makeAddInflectorsPlugin.js.map +1 -1
  15. package/dist/makeAddPgTableConditionPlugin.d.ts +4 -4
  16. package/dist/makeAddPgTableConditionPlugin.d.ts.map +1 -1
  17. package/dist/makeAddPgTableConditionPlugin.js +11 -10
  18. package/dist/makeAddPgTableConditionPlugin.js.map +1 -1
  19. package/dist/makeAddPgTableOrderByPlugin.d.ts +10 -9
  20. package/dist/makeAddPgTableOrderByPlugin.d.ts.map +1 -1
  21. package/dist/makeAddPgTableOrderByPlugin.js +38 -33
  22. package/dist/makeAddPgTableOrderByPlugin.js.map +1 -1
  23. package/dist/makeChangeNullabilityPlugin.d.ts.map +1 -1
  24. package/dist/makeChangeNullabilityPlugin.js +1 -2
  25. package/dist/makeChangeNullabilityPlugin.js.map +1 -1
  26. package/dist/makeExtendSchemaPlugin.d.ts +38 -25
  27. package/dist/makeExtendSchemaPlugin.d.ts.map +1 -1
  28. package/dist/makeExtendSchemaPlugin.js +317 -54
  29. package/dist/makeExtendSchemaPlugin.js.map +1 -1
  30. package/dist/makePgSmartTagsPlugin.d.ts +8 -1
  31. package/dist/makePgSmartTagsPlugin.d.ts.map +1 -1
  32. package/dist/makePgSmartTagsPlugin.js +6 -6
  33. package/dist/makePgSmartTagsPlugin.js.map +1 -1
  34. package/dist/makeProcessSchemaPlugin.js +1 -2
  35. package/dist/makeProcessSchemaPlugin.js.map +1 -1
  36. package/dist/makeWrapPlansPlugin.d.ts +1 -1
  37. package/dist/makeWrapPlansPlugin.d.ts.map +1 -1
  38. package/dist/makeWrapPlansPlugin.js +23 -10
  39. package/dist/makeWrapPlansPlugin.js.map +1 -1
  40. package/dist/parseIdentifierParts.js +1 -2
  41. package/dist/parseIdentifierParts.js.map +1 -1
  42. package/package.json +25 -22
package/CHANGELOG.md CHANGED
@@ -1,5 +1,941 @@
1
1
  # graphile-utils
2
2
 
3
+ ## 5.0.0-beta.41
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2577](https://github.com/graphile/crystal/pull/2577)
8
+ [`0c6b1f1`](https://github.com/graphile/crystal/commit/0c6b1f1e188f6e2913832adfed9ca76dfdc25c47)
9
+ Thanks [@benjie](https://github.com/benjie)! - Update dependencies
10
+
11
+ - Updated dependencies
12
+ [[`0c6b1f1`](https://github.com/graphile/crystal/commit/0c6b1f1e188f6e2913832adfed9ca76dfdc25c47),
13
+ [`e0cdabe`](https://github.com/graphile/crystal/commit/e0cdabe25c8894da550546c93bc03b895585544c)]:
14
+ - graphile-build-pg@5.0.0-beta.41
15
+ - graphile-build@5.0.0-beta.35
16
+ - graphile-config@0.0.1-beta.17
17
+ - @dataplan/pg@0.0.1-beta.34
18
+ - grafast@0.1.1-beta.23
19
+
20
+ ## 5.0.0-beta.40
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies
25
+ [[`5c802ea6819361eed36b75f246ae0adb35b14669`](https://github.com/graphile/crystal/commit/5c802ea6819361eed36b75f246ae0adb35b14669)]:
26
+ - graphile-build-pg@5.0.0-beta.40
27
+ - @dataplan/pg@0.0.1-beta.33
28
+ - graphile-build@5.0.0-beta.34
29
+
30
+ ## 5.0.0-beta.39
31
+
32
+ ### Patch Changes
33
+
34
+ - [#2482](https://github.com/graphile/crystal/pull/2482)
35
+ [`459e1869a2ec58925b2bac5458af487c52a8ca37`](https://github.com/graphile/crystal/commit/459e1869a2ec58925b2bac5458af487c52a8ca37)
36
+ Thanks [@benjie](https://github.com/benjie)! - Minimum version of Node.js
37
+ bumped to Node 22 (the latest LTS).
38
+
39
+ - [#2527](https://github.com/graphile/crystal/pull/2527)
40
+ [`576fb8bad56cb940ab444574d752e914d462018a`](https://github.com/graphile/crystal/commit/576fb8bad56cb940ab444574d752e914d462018a)
41
+ Thanks [@{](https://github.com/{)! - In order to make the libraries more type
42
+ safe, `makeGrafastSchema` (from `grafast`) and `makeExtendSchemaPlugin` (from
43
+ `postgraphile/utils`) have deprecated the `typeDefs`/`plans` pattern since
44
+ `plans` (like `resolvers` in the traditional format) ended up being a
45
+ mish-mash of lots of different types and `__`-prefixed fields for special
46
+ cases.
47
+
48
+ Instead the configuration should be split into `typeDefs` with `objects`,
49
+ `interfaces`, `unions`, `inputObjects`, `scalars` and `enums`; and object and
50
+ input object fields should be specified via the `plans` entry within the type
51
+ to avoid conflicts with `resolveType`/`isTypeOf`/`planType`/`scope` and
52
+ similar type-level (rather than field-level) properties. Similarly, enum
53
+ values should be added under a `values` property. This also means these
54
+ type-level fields no longer have the `__` prefix.
55
+
56
+ Migration is quite straightforward:
57
+
58
+ 1. **Add new top-level properties**. Add `objects`, `interfaces`, `unions`,
59
+ `inputObjects`, `scalars`, and `enums` as top level properties alongside
60
+ `typeDefs` and `plans`. Each should be an empty object. You can skip any
61
+ where you're not defining types of that kind.
62
+ 1. **Split definitions based on type kind**. For each type defined in `plans`
63
+ move it into the appropriate new property based on the keyword used to
64
+ define the type in the `typeDefs` (`type` → `objects`, `interface`
65
+ → `interfaces`, `union` → `unions`, `input object` →
66
+ `inputObjects`, `scalar` → `scalars`, `enum` → `enums`).
67
+ 1. **Move field plans into nested `plans: {...}` object**. For each type
68
+ defined in the new `objects` and `inputObjects` maps: create a
69
+ `plans: { ... }` entry inside the type and move all fields (anything not
70
+ prefixed with `__`) inside this new (nested) property.
71
+ 1. **Move enum values into nested `values: {...}` object**. For each type
72
+ defined in the new `enums` map: create a `values: { ... }` entry inside the
73
+ type and move all values (anything not prefixed with `__`) inside this new
74
+ (nested) property.
75
+ 1. **Remove `__` prefixes**. For each type across
76
+ `objects`/`interfaces`/`unions`/`interfaceObjects`/`scalars` and `enums`:
77
+ remove the `__` prefix from any methods/properties.
78
+
79
+ Example:
80
+
81
+ ```diff
82
+ typeDefs: ...,
83
+ -plans: {
84
+ +objects: {
85
+
86
+ - __isTypeOf(v) {
87
+ + isTypeOf(v) {
88
+ return v.username != null;
89
+ },
90
+ + plans: {
91
+ fieldName($source, fieldArgs) {
92
+ // ...
93
+ },
94
+ + },
95
+ },
96
+ +},
97
+ +interfaces: {,
98
+ MyInterface: {
99
+ - __resolveType($specifier) {
100
+ + resolveType($specifier) {
101
+ // ...
102
+ }
103
+ }
104
+ +},
105
+ +enums: {
106
+ MyEnum: {
107
+ + values: {
108
+ ONE: {value: 1},
109
+ TWO: {value: 2},
110
+ THREE: {value: 3},
111
+ + }
112
+ }
113
+ },
114
+ ```
115
+
116
+ Other changes:
117
+
118
+ - `ObjectPlans`/`GrafastPlans`/`FieldPlans`/`InputObjectPlans`/`ScalarPlans`
119
+ all changed to signular
120
+ - `InterfaceOrUnionPlans` split to `InterfacePlan`/`UnionPlan` (identical
121
+ currently)
122
+ - Shape of `ObjectPlan`/`InterfacePlan`/`UnionPlan` has changed;
123
+ `DeprecatedObjectPlan`/etc exist for backcompat
124
+ - `FieldArgs` can now accept an input shape indicating the args and their
125
+ types
126
+ - `FieldPlanResolver<TArgs, TParentStep, TResultStep>` has switched the order
127
+ of the first two generic parameters:
128
+ `FieldPlanResolver<TParentStep, TArgs, TResultStep>` - this is to reflect
129
+ the order of the arguments to the function. Also null has been removed from
130
+ the generics.
131
+ - Various generics (including `GrafastFieldConfig`) that used to take a
132
+ GraphQL type instance as a generic parameter no longer do - you need to use
133
+ external code generation because TypeScript cannot handle the dynamic
134
+ creation.
135
+ - `GrafastFieldConfig` last two generics swapped order.
136
+ - `GrafastArgumentConfig` generics completely changed
137
+
138
+ - Updated dependencies
139
+ [[`0e36cb9077c76710d2e407830323f86c5038126e`](https://github.com/graphile/crystal/commit/0e36cb9077c76710d2e407830323f86c5038126e),
140
+ [`c0c3f48fa9f60cb9a4436ea135979b779ecc71ec`](https://github.com/graphile/crystal/commit/c0c3f48fa9f60cb9a4436ea135979b779ecc71ec),
141
+ [`cef9a37f846b4af105ac20960530d65c9f44afa9`](https://github.com/graphile/crystal/commit/cef9a37f846b4af105ac20960530d65c9f44afa9),
142
+ [`56ce94a847c6a4094643665cbf5d3712f56140b6`](https://github.com/graphile/crystal/commit/56ce94a847c6a4094643665cbf5d3712f56140b6),
143
+ [`070467c4ea693a2516fc8006bebb88b1ab96fb26`](https://github.com/graphile/crystal/commit/070467c4ea693a2516fc8006bebb88b1ab96fb26),
144
+ [`192a27e08763ea26607344a2ea6c7f5c595cc2a3`](https://github.com/graphile/crystal/commit/192a27e08763ea26607344a2ea6c7f5c595cc2a3),
145
+ [`142e39f26ce329f09bee0b5427f1ddc5103e610e`](https://github.com/graphile/crystal/commit/142e39f26ce329f09bee0b5427f1ddc5103e610e),
146
+ [`6ef6abce15936a896156d5316020df55cf7d18e3`](https://github.com/graphile/crystal/commit/6ef6abce15936a896156d5316020df55cf7d18e3),
147
+ [`0239c2d519300a72f545e0db7c371adae4ade2a9`](https://github.com/graphile/crystal/commit/0239c2d519300a72f545e0db7c371adae4ade2a9),
148
+ [`09d95319be3e25e023dfbab9d1542dfe06f65355`](https://github.com/graphile/crystal/commit/09d95319be3e25e023dfbab9d1542dfe06f65355),
149
+ [`0ea439d33ccef7f8d01ac5f54893ab2bbf1cbd4d`](https://github.com/graphile/crystal/commit/0ea439d33ccef7f8d01ac5f54893ab2bbf1cbd4d),
150
+ [`8034614d1078b1bd177b6e7fcc949420614e3245`](https://github.com/graphile/crystal/commit/8034614d1078b1bd177b6e7fcc949420614e3245),
151
+ [`a830770e775a65ce1d09fa767f38e84f5c0e5139`](https://github.com/graphile/crystal/commit/a830770e775a65ce1d09fa767f38e84f5c0e5139),
152
+ [`459e1869a2ec58925b2bac5458af487c52a8ca37`](https://github.com/graphile/crystal/commit/459e1869a2ec58925b2bac5458af487c52a8ca37),
153
+ [`c350e49e372ec12a4cbf04fb6b4260e01832d12b`](https://github.com/graphile/crystal/commit/c350e49e372ec12a4cbf04fb6b4260e01832d12b),
154
+ [`3176ea3e57d626b39613a73117ef97627370ec83`](https://github.com/graphile/crystal/commit/3176ea3e57d626b39613a73117ef97627370ec83),
155
+ [`46a42f5547c041289aa98657ebc6815f4b6c8539`](https://github.com/graphile/crystal/commit/46a42f5547c041289aa98657ebc6815f4b6c8539),
156
+ [`be3f174c5aae8fe78a240e1bc4e1de7f18644b43`](https://github.com/graphile/crystal/commit/be3f174c5aae8fe78a240e1bc4e1de7f18644b43),
157
+ [`c43ed67b9d3acbadb172ee88ba9c2a4d32528a25`](https://github.com/graphile/crystal/commit/c43ed67b9d3acbadb172ee88ba9c2a4d32528a25),
158
+ [`576fb8bad56cb940ab444574d752e914d462018a`](https://github.com/graphile/crystal/commit/576fb8bad56cb940ab444574d752e914d462018a),
159
+ [`9f459101fa4428aa4bac71531e75f99e33da8e17`](https://github.com/graphile/crystal/commit/9f459101fa4428aa4bac71531e75f99e33da8e17),
160
+ [`921665df8babe2651ab3b5886ab68bb518f2125b`](https://github.com/graphile/crystal/commit/921665df8babe2651ab3b5886ab68bb518f2125b),
161
+ [`78bb1a615754d772a5fda000e96073c91fa9eba7`](https://github.com/graphile/crystal/commit/78bb1a615754d772a5fda000e96073c91fa9eba7),
162
+ [`ab0bcda5fc3c136eea09493a7d9ed4542975858e`](https://github.com/graphile/crystal/commit/ab0bcda5fc3c136eea09493a7d9ed4542975858e),
163
+ [`455f4811d37ad8fff91183c7a88621bcf9d79acf`](https://github.com/graphile/crystal/commit/455f4811d37ad8fff91183c7a88621bcf9d79acf),
164
+ [`45adaff886e7cd72b864150927be6c0cb4a7dfe8`](https://github.com/graphile/crystal/commit/45adaff886e7cd72b864150927be6c0cb4a7dfe8),
165
+ [`b05d57b932ea00d10715dcab9f79d443408881fc`](https://github.com/graphile/crystal/commit/b05d57b932ea00d10715dcab9f79d443408881fc)]:
166
+ - grafast@0.1.1-beta.22
167
+ - @dataplan/pg@0.0.1-beta.33
168
+ - graphile-build-pg@5.0.0-beta.39
169
+ - graphile-build@5.0.0-beta.34
170
+ - graphile-config@0.0.1-beta.16
171
+ - tamedevil@0.0.0-beta.8
172
+
173
+ ## 5.0.0-beta.38
174
+
175
+ ### Patch Changes
176
+
177
+ - [`d68c5831ed66dc8a7a79aab2100ca733409c6f72`](https://github.com/graphile/crystal/commit/d68c5831ed66dc8a7a79aab2100ca733409c6f72)
178
+ Thanks [@benjie](https://github.com/benjie)! - Improve error messages around
179
+ correct usage of typeDefs and gql helper.
180
+
181
+ - [#2355](https://github.com/graphile/crystal/pull/2355)
182
+ [`7bb77961a38abea8a07980a3f47bc3ca22dac8f8`](https://github.com/graphile/crystal/commit/7bb77961a38abea8a07980a3f47bc3ca22dac8f8)
183
+ Thanks [@benjie](https://github.com/benjie)! - Fix bug in makeWrapPlansPlugin
184
+ where the default plan resolver used was incorrect; use the new
185
+ `defaultPlanResolver` export from `grafast` instead of building our own.
186
+
187
+ - [#2376](https://github.com/graphile/crystal/pull/2376)
188
+ [`da6f3c04efe3d8634c0bc3fcf93ac2518de85322`](https://github.com/graphile/crystal/commit/da6f3c04efe3d8634c0bc3fcf93ac2518de85322)
189
+ Thanks [@benjie](https://github.com/benjie)! - Overhaul Grafast to remove more
190
+ input planning - inputs should be evaluated at runtime - and remove more
191
+ plan-time step evaluation.
192
+
193
+ `FieldArgs.get` is no more; use `FieldArgs.getRaw` or use `bakedInput()`
194
+ (TODO: document) to get the "baked" version of a raw input value.
195
+
196
+ Input object fields no longer have `applyPlan`/`inputPlan`, instead having the
197
+ runtime equivalents `apply()` and `baked()`. `FieldArgs` is no longer
198
+ available on input object fields, since these fields are no longer called at
199
+ plantime; instead, the actual value is passed.
200
+
201
+ `FieldArgs` gains `.typeAt(path)` method that details the GraphQL input type
202
+ at the given path.
203
+
204
+ Field arguments are no longer passed `FieldArgs`, instead they're passed a
205
+ (similar) `FieldArg` object representing the argument value itself.
206
+
207
+ `autoApplyAfterParentPlan` is no more - instead if an argument has `applyPlan`
208
+ it will be called automatically unless it was called during the field plan
209
+ resolver itself.
210
+
211
+ `autoApplyAfterParentSubscribePlan` is no more - instead if an argument has
212
+ `applySubscribePlan` it will be called automatically unless it was called
213
+ during the field plan resolver itself.
214
+
215
+ Field arguments no longer support `inputPlan` - use `bakedInput()` if you need
216
+ that.
217
+
218
+ Input fields no longer support `inputPlan`, `applyPlan`,
219
+ `autoApplyAfterParentInputPlan` nor `autoApplyAfterParentApplyPlan`. Instead,
220
+ `apply()` (which is called by `applyStep()` at runtime) has been added.
221
+
222
+ `sqlValueWithCodec(value, codec)` can be used at runtime in places where
223
+ `$step.placeholder($value, codec)` would have been used previously.
224
+ `placeholder` has been removed from all places that are now runtime - namely
225
+ the list of modifiers below...
226
+
227
+ The following `ModifierStep` classes have all dropped their `Step` suffix,
228
+ these `Modifier` classes now all run at runtime, and are thus no longer steps;
229
+ they're invoked as part of the new `applyInput()` (TODO: document) step:
230
+
231
+ - `ModifierStep` &rArr; `Modifier`
232
+ - `PgBooleanFilterStep` &rArr; `PgBooleanFilter`
233
+ - `PgClassFilterStep` &rArr; `PgClassFilter`
234
+ - `PgConditionCapableParentStep` &rArr; `PgConditionCapableParent`
235
+ - `PgConditionLikeStep` &rArr; `PgConditionLike`
236
+ - `PgConditionStepMode` &rArr; `PgConditionMode`
237
+ - `PgConditionStep` &rArr; `PgCondition`
238
+ - `PgManyFilterStep` &rArr; `PgManyFilter`
239
+ - `PgOrFilterStep` &rArr; `PgOrFilter`
240
+ - `PgTempTableStep` &rArr; `PgTempTable`
241
+ - `SetterCapableStep` &rArr; `SetterCapable`
242
+ - `SetterStep` &rArr; `Setter`
243
+
244
+ (Interestingly, other than the removal of `placeholder` and the fact they deal
245
+ with runtime values rather than steps now, they're very similar to what they
246
+ were before.)
247
+
248
+ The deprecated forms of the above have been removed.
249
+
250
+ Methods that rely on these modifier plans have been removed:
251
+
252
+ - `PgUnionAllStep.wherePlan` - use
253
+ `fieldArg.apply($unionAll, qb => qb.whereBuilder())` instead
254
+ - `PgUnionAllStep.havingPlan` - use
255
+ `fieldArg.apply($unionAll, qb => qb.havingBuilder())` instead
256
+ - Same for PgSelectStep
257
+
258
+ The following gain query builders:
259
+
260
+ - `PgInsertSingle`
261
+ - `PgUpdateSingle`
262
+ - `PgDeleteSingle`
263
+
264
+ Query builders gain `meta`, an object that can be augmented with metadata
265
+ about the operation (typically this relates to cursors and similar
266
+ functionality). This is now used to implement `clientMutationId`.
267
+
268
+ Extends query builders with additional functionality.
269
+
270
+ Many of the types have had their generics changed, TypeScript should guide you
271
+ if you have issues here.
272
+
273
+ `NodeIdHandler` now requires a `getIdentifiers` method that runs at runtime
274
+ and returns the identifiers from a decoded NodeId string.
275
+
276
+ Types around GraphQL Global Object Identification (i.e. `Node` / `id`) have
277
+ changed.
278
+
279
+ - Updated dependencies
280
+ [[`d34014a9a3c469154cc796086ba13719954731e5`](https://github.com/graphile/crystal/commit/d34014a9a3c469154cc796086ba13719954731e5),
281
+ [`d3ae3415c230784fdfefc9d192ad93aca462bceb`](https://github.com/graphile/crystal/commit/d3ae3415c230784fdfefc9d192ad93aca462bceb),
282
+ [`98516379ac355a0833a64e002f3717cc3a1d6473`](https://github.com/graphile/crystal/commit/98516379ac355a0833a64e002f3717cc3a1d6473),
283
+ [`f8602d05eed3247c90b87c55d7af580d1698effc`](https://github.com/graphile/crystal/commit/f8602d05eed3247c90b87c55d7af580d1698effc),
284
+ [`65df25534fa3f787ba2ab7fd9547d295ff2b1288`](https://github.com/graphile/crystal/commit/65df25534fa3f787ba2ab7fd9547d295ff2b1288),
285
+ [`1b3c76efd27df73eab3a5a1d221ce13de4cd6b1a`](https://github.com/graphile/crystal/commit/1b3c76efd27df73eab3a5a1d221ce13de4cd6b1a),
286
+ [`f6e22692b628703b8ea48e580dc0b6f0bcbc9c5a`](https://github.com/graphile/crystal/commit/f6e22692b628703b8ea48e580dc0b6f0bcbc9c5a),
287
+ [`c3538050abbb485cf1d43f7c870b89f1ad7c2218`](https://github.com/graphile/crystal/commit/c3538050abbb485cf1d43f7c870b89f1ad7c2218),
288
+ [`3c0a925f26f10cae627a23c49c75ccd8d76b60c8`](https://github.com/graphile/crystal/commit/3c0a925f26f10cae627a23c49c75ccd8d76b60c8),
289
+ [`fcaeb48844156e258a037f420ea1505edb50c52a`](https://github.com/graphile/crystal/commit/fcaeb48844156e258a037f420ea1505edb50c52a),
290
+ [`68926abc31c32ce527327ffbb1ede4b0b7be446b`](https://github.com/graphile/crystal/commit/68926abc31c32ce527327ffbb1ede4b0b7be446b),
291
+ [`98c5009e21e423b0da22c2cb70cdb62909578f50`](https://github.com/graphile/crystal/commit/98c5009e21e423b0da22c2cb70cdb62909578f50),
292
+ [`4b49dbd2df3b339a2ba3f1e9ff400fa1a125298b`](https://github.com/graphile/crystal/commit/4b49dbd2df3b339a2ba3f1e9ff400fa1a125298b),
293
+ [`d7950e8e28ec6106a4ce2f7fe5e35d88b10eac48`](https://github.com/graphile/crystal/commit/d7950e8e28ec6106a4ce2f7fe5e35d88b10eac48),
294
+ [`c8f1971ea4198633ec97f72f82abf65089f71a88`](https://github.com/graphile/crystal/commit/c8f1971ea4198633ec97f72f82abf65089f71a88),
295
+ [`182ed0564104f59b012e0f9ffd452556b0927750`](https://github.com/graphile/crystal/commit/182ed0564104f59b012e0f9ffd452556b0927750),
296
+ [`dd3d22eab73a8554715bf1111e30586251f69a88`](https://github.com/graphile/crystal/commit/dd3d22eab73a8554715bf1111e30586251f69a88),
297
+ [`a120a8e43b24dfc174950cdbb69e481272a0b45e`](https://github.com/graphile/crystal/commit/a120a8e43b24dfc174950cdbb69e481272a0b45e),
298
+ [`be1e558d6a1a8cae3bf4b5724c340469d8837504`](https://github.com/graphile/crystal/commit/be1e558d6a1a8cae3bf4b5724c340469d8837504),
299
+ [`84f06eafa051e907a3050237ac6ee5aefb184652`](https://github.com/graphile/crystal/commit/84f06eafa051e907a3050237ac6ee5aefb184652),
300
+ [`4a3aeaa77c8b8d2e39c1a9d05581d0c613b812cf`](https://github.com/graphile/crystal/commit/4a3aeaa77c8b8d2e39c1a9d05581d0c613b812cf),
301
+ [`12d3a7174949794a1679132635e196f5dadce8a2`](https://github.com/graphile/crystal/commit/12d3a7174949794a1679132635e196f5dadce8a2),
302
+ [`ab7658ac44e1a5a0a98c6bb688a26d94b1175cc1`](https://github.com/graphile/crystal/commit/ab7658ac44e1a5a0a98c6bb688a26d94b1175cc1),
303
+ [`bc2a00d35f0a1954dba22e857adc3f4e2f5118e5`](https://github.com/graphile/crystal/commit/bc2a00d35f0a1954dba22e857adc3f4e2f5118e5),
304
+ [`ceeb9a6b63e566b09298e0440a385943302ad0f9`](https://github.com/graphile/crystal/commit/ceeb9a6b63e566b09298e0440a385943302ad0f9),
305
+ [`3e8c64bef928295494119e15e1e55cbdadb696fa`](https://github.com/graphile/crystal/commit/3e8c64bef928295494119e15e1e55cbdadb696fa),
306
+ [`0fc2db95d90df918cf5c59ef85f22ac78d8000d3`](https://github.com/graphile/crystal/commit/0fc2db95d90df918cf5c59ef85f22ac78d8000d3),
307
+ [`90e81a5deeae554a8be2dd55dcd01489860e96e6`](https://github.com/graphile/crystal/commit/90e81a5deeae554a8be2dd55dcd01489860e96e6),
308
+ [`836c8327a5ca1bd3c69f72055e71d00694de363e`](https://github.com/graphile/crystal/commit/836c8327a5ca1bd3c69f72055e71d00694de363e),
309
+ [`2f31836cb89a7ab27a8919803fe12b53a46d77e4`](https://github.com/graphile/crystal/commit/2f31836cb89a7ab27a8919803fe12b53a46d77e4),
310
+ [`c59132eb7a93bc82493d2f1ca050db8aaea9f4d1`](https://github.com/graphile/crystal/commit/c59132eb7a93bc82493d2f1ca050db8aaea9f4d1),
311
+ [`7c38cdeffe034c9b4f5cdd03a8f7f446bd52dcb7`](https://github.com/graphile/crystal/commit/7c38cdeffe034c9b4f5cdd03a8f7f446bd52dcb7),
312
+ [`728888b28fcd2a6fc481e0ccdfe20d41181a091f`](https://github.com/graphile/crystal/commit/728888b28fcd2a6fc481e0ccdfe20d41181a091f),
313
+ [`f4f39092d7a51517668384945895d3b450237cce`](https://github.com/graphile/crystal/commit/f4f39092d7a51517668384945895d3b450237cce),
314
+ [`5cf3dc9d158891eaf324b2cd4f485d1d4bbb6b5e`](https://github.com/graphile/crystal/commit/5cf3dc9d158891eaf324b2cd4f485d1d4bbb6b5e),
315
+ [`925689578ee9def403382df70f0e003bb299c166`](https://github.com/graphile/crystal/commit/925689578ee9def403382df70f0e003bb299c166),
316
+ [`83d3b533e702cc875b46ba2ca02bf3642b421be8`](https://github.com/graphile/crystal/commit/83d3b533e702cc875b46ba2ca02bf3642b421be8),
317
+ [`7001138c38e09822ad13db1018c62d2cac37941e`](https://github.com/graphile/crystal/commit/7001138c38e09822ad13db1018c62d2cac37941e),
318
+ [`e9e7e33665e22ec397e9ead054d2e4aad3eadc8c`](https://github.com/graphile/crystal/commit/e9e7e33665e22ec397e9ead054d2e4aad3eadc8c),
319
+ [`bb6ec8d834e3e630e28316196246f514114a2296`](https://github.com/graphile/crystal/commit/bb6ec8d834e3e630e28316196246f514114a2296),
320
+ [`3e188c2e981193d228ba3b7433f5e326336f629b`](https://github.com/graphile/crystal/commit/3e188c2e981193d228ba3b7433f5e326336f629b),
321
+ [`07a5469e5d3d050a7bcab928bb751c9e150d2e49`](https://github.com/graphile/crystal/commit/07a5469e5d3d050a7bcab928bb751c9e150d2e49),
322
+ [`e6da5d956ab696932410e7172cedfacba71dbf5e`](https://github.com/graphile/crystal/commit/e6da5d956ab696932410e7172cedfacba71dbf5e),
323
+ [`2b1918d053f590cdc534c8cb81f7e74e96c1bbe6`](https://github.com/graphile/crystal/commit/2b1918d053f590cdc534c8cb81f7e74e96c1bbe6),
324
+ [`037a1bcdc8ed8493d4748e08c18f258e4382a815`](https://github.com/graphile/crystal/commit/037a1bcdc8ed8493d4748e08c18f258e4382a815),
325
+ [`72b300b436a7acedaa7d0e3a7a5458d15a0e5396`](https://github.com/graphile/crystal/commit/72b300b436a7acedaa7d0e3a7a5458d15a0e5396),
326
+ [`770363214ee630746cddc9080dec22bbf38a3bb5`](https://github.com/graphile/crystal/commit/770363214ee630746cddc9080dec22bbf38a3bb5),
327
+ [`d1ecb39693a341f85762b27012ec4ea013857b0c`](https://github.com/graphile/crystal/commit/d1ecb39693a341f85762b27012ec4ea013857b0c),
328
+ [`042ebafe11fcf7e2ecac9b131265a55dddd42a6d`](https://github.com/graphile/crystal/commit/042ebafe11fcf7e2ecac9b131265a55dddd42a6d),
329
+ [`fa005eb0783c58a2476add984fbdd462e0e91dbe`](https://github.com/graphile/crystal/commit/fa005eb0783c58a2476add984fbdd462e0e91dbe),
330
+ [`df0e5a0f968cf6f9ae97b68745a9a2f391324bf5`](https://github.com/graphile/crystal/commit/df0e5a0f968cf6f9ae97b68745a9a2f391324bf5),
331
+ [`ef4cf75acd80e6b9c700c2b5a7ace899e565ef7f`](https://github.com/graphile/crystal/commit/ef4cf75acd80e6b9c700c2b5a7ace899e565ef7f),
332
+ [`ba2bfa15deaaddd92757a56c2b761624afe940bd`](https://github.com/graphile/crystal/commit/ba2bfa15deaaddd92757a56c2b761624afe940bd),
333
+ [`c041fd250372c57601188b65a6411c8f440afab6`](https://github.com/graphile/crystal/commit/c041fd250372c57601188b65a6411c8f440afab6),
334
+ [`629b45aab49151810f6efc18ac18f7d735626433`](https://github.com/graphile/crystal/commit/629b45aab49151810f6efc18ac18f7d735626433),
335
+ [`6d19724330d50d076aab9442660fa8abddd095cb`](https://github.com/graphile/crystal/commit/6d19724330d50d076aab9442660fa8abddd095cb),
336
+ [`ca5bc1a834df7b894088fb8602a12f9fcff55b38`](https://github.com/graphile/crystal/commit/ca5bc1a834df7b894088fb8602a12f9fcff55b38),
337
+ [`da6f3c04efe3d8634c0bc3fcf93ac2518de85322`](https://github.com/graphile/crystal/commit/da6f3c04efe3d8634c0bc3fcf93ac2518de85322),
338
+ [`8026b982a81776fb3d1d808392970c2d678c4023`](https://github.com/graphile/crystal/commit/8026b982a81776fb3d1d808392970c2d678c4023),
339
+ [`d257a1a1e59a7d4da0bf67345c07b04c04a2f7da`](https://github.com/graphile/crystal/commit/d257a1a1e59a7d4da0bf67345c07b04c04a2f7da),
340
+ [`00d79e6f5608affc3f36bb0ce4ca2547230174e7`](https://github.com/graphile/crystal/commit/00d79e6f5608affc3f36bb0ce4ca2547230174e7),
341
+ [`15854c5109114919b3d38fa675c539cda1f634a1`](https://github.com/graphile/crystal/commit/15854c5109114919b3d38fa675c539cda1f634a1),
342
+ [`f0bc64b71914dfdd3612f4b65370401fd85b97bc`](https://github.com/graphile/crystal/commit/f0bc64b71914dfdd3612f4b65370401fd85b97bc)]:
343
+ - grafast@0.1.1-beta.21
344
+ - @dataplan/pg@0.0.1-beta.32
345
+ - graphile-build-pg@5.0.0-beta.38
346
+ - graphile-build@5.0.0-beta.33
347
+ - graphile-config@0.0.1-beta.15
348
+
349
+ ## 5.0.0-beta.37
350
+
351
+ ### Patch Changes
352
+
353
+ - Updated dependencies
354
+ [[`fc9d64eb8`](https://github.com/graphile/crystal/commit/fc9d64eb8002d3b72625bc505ed76c07f4296d68),
355
+ [`a2dbad945`](https://github.com/graphile/crystal/commit/a2dbad9457195bec797d72e4e6d45f45278f9f69),
356
+ [`31078842a`](https://github.com/graphile/crystal/commit/31078842ad0eeaa7111491fa9eb5e3bd026fb38a),
357
+ [`5a0ec31de`](https://github.com/graphile/crystal/commit/5a0ec31deae91f1dd17a77a4bb7c1a911a27e26a)]:
358
+ - @dataplan/pg@0.0.1-beta.31
359
+ - grafast@0.1.1-beta.20
360
+ - graphile-build-pg@5.0.0-beta.37
361
+ - graphile-build@5.0.0-beta.32
362
+
363
+ ## 5.0.0-beta.36
364
+
365
+ ### Patch Changes
366
+
367
+ - Updated dependencies
368
+ [[`83c546509`](https://github.com/graphile/crystal/commit/83c546509d24be2955a56120981363ad3c3a5f3f)]:
369
+ - graphile-config@0.0.1-beta.14
370
+ - @dataplan/pg@0.0.1-beta.30
371
+ - grafast@0.1.1-beta.19
372
+ - graphile-build@5.0.0-beta.31
373
+ - graphile-build-pg@5.0.0-beta.36
374
+
375
+ ## 5.0.0-beta.35
376
+
377
+ ### Patch Changes
378
+
379
+ - Updated dependencies
380
+ [[`7580bc16a`](https://github.com/graphile/crystal/commit/7580bc16a050fd8d916c6dabe9d1ded980090349),
381
+ [`b336a5829`](https://github.com/graphile/crystal/commit/b336a58291cfec7aef884d3843172d408abfaf3c)]:
382
+ - graphile-config@0.0.1-beta.13
383
+ - @dataplan/pg@0.0.1-beta.29
384
+ - grafast@0.1.1-beta.18
385
+ - graphile-build@5.0.0-beta.30
386
+ - graphile-build-pg@5.0.0-beta.35
387
+
388
+ ## 5.0.0-beta.34
389
+
390
+ ### Patch Changes
391
+
392
+ - Updated dependencies
393
+ [[`bee1db4f4`](https://github.com/graphile/crystal/commit/bee1db4f442502b62cb05cd0f7092990328497b8)]:
394
+ - graphile-build-pg@5.0.0-beta.34
395
+
396
+ ## 5.0.0-beta.33
397
+
398
+ ### Patch Changes
399
+
400
+ - Updated dependencies
401
+ [[`555d65cce`](https://github.com/graphile/crystal/commit/555d65ccecb875f1e34cb40108176f0ddc11df64),
402
+ [`69ab227b5`](https://github.com/graphile/crystal/commit/69ab227b5e1c057a6fc8ebba87bde80d5aa7f3c8),
403
+ [`efa25d97d`](https://github.com/graphile/crystal/commit/efa25d97df2e00f13bc29806d396a8366a121031),
404
+ [`d13b76f0f`](https://github.com/graphile/crystal/commit/d13b76f0fef2a58466ecb44880af62d25910e83e),
405
+ [`b167bd849`](https://github.com/graphile/crystal/commit/b167bd8499be5866b71bac6594d55bd768fda1d0),
406
+ [`a202145c5`](https://github.com/graphile/crystal/commit/a202145c5af3e5467424e6772d532c2db1eb67c6),
407
+ [`2a37fb99a`](https://github.com/graphile/crystal/commit/2a37fb99a04784647dff6ab8c5bfffb072cc6e8a),
408
+ [`5d9f2de85`](https://github.com/graphile/crystal/commit/5d9f2de8519b216732b17464d0b326ec8d7c58de),
409
+ [`6a13ecbd4`](https://github.com/graphile/crystal/commit/6a13ecbd45534c39c846c1d8bc58242108426dd1),
410
+ [`84f07626d`](https://github.com/graphile/crystal/commit/84f07626d9dd9e22f6ae6a1045053df046fbc4ea),
411
+ [`86e228299`](https://github.com/graphile/crystal/commit/86e22829996a745dc1f8cbaf32e709b1bd346e79),
412
+ [`933786868`](https://github.com/graphile/crystal/commit/9337868689f4f05ab5faf2d4bb18a8ad8e23e189),
413
+ [`cba6ee06d`](https://github.com/graphile/crystal/commit/cba6ee06d38ec5ae4ef4dafa58569fad61f239ac)]:
414
+ - graphile-build-pg@5.0.0-beta.33
415
+ - graphile-build@5.0.0-beta.29
416
+ - grafast@0.1.1-beta.17
417
+ - graphile-config@0.0.1-beta.12
418
+ - @dataplan/pg@0.0.1-beta.28
419
+
420
+ ## 5.0.0-beta.32
421
+
422
+ ### Patch Changes
423
+
424
+ - Updated dependencies
425
+ [[`87bdf9730`](https://github.com/graphile/crystal/commit/87bdf973036a3801e44b22cfc9f0feb639de4aa9),
426
+ [`5626c7d36`](https://github.com/graphile/crystal/commit/5626c7d3649285e11fe9857dfa319d2883d027eb),
427
+ [`76c7340b7`](https://github.com/graphile/crystal/commit/76c7340b74d257c454beec883384d19ef078b21e),
428
+ [`aa480f6a3`](https://github.com/graphile/crystal/commit/aa480f6a3db8b545ff113e7a3a4b479be42a0eab)]:
429
+ - graphile-build-pg@5.0.0-beta.32
430
+ - graphile-config@0.0.1-beta.11
431
+ - grafast@0.1.1-beta.16
432
+ - @dataplan/pg@0.0.1-beta.27
433
+ - graphile-build@5.0.0-beta.28
434
+
435
+ ## 5.0.0-beta.31
436
+
437
+ ### Patch Changes
438
+
439
+ - Updated dependencies
440
+ [[`632691409`](https://github.com/graphile/crystal/commit/6326914098af55f20ac85ccf3537e75910a7dafa)]:
441
+ - graphile-build-pg@5.0.0-beta.31
442
+ - graphile-build@5.0.0-beta.27
443
+
444
+ ## 5.0.0-beta.30
445
+
446
+ ### Patch Changes
447
+
448
+ - Updated dependencies
449
+ [[`0b1f7b577`](https://github.com/graphile/crystal/commit/0b1f7b577114a49b8e3283823845ec6e37484240)]:
450
+ - graphile-build-pg@5.0.0-beta.30
451
+ - graphile-build@5.0.0-beta.26
452
+
453
+ ## 5.0.0-beta.29
454
+
455
+ ### Patch Changes
456
+
457
+ - Updated dependencies
458
+ [[`d7e6e714f`](https://github.com/graphile/crystal/commit/d7e6e714f0cc5656112703484298b77538b2dccc),
459
+ [`d5834def1`](https://github.com/graphile/crystal/commit/d5834def1fb84f3e2c0c0a6f146f8249a6df890a),
460
+ [`bb006ec7b`](https://github.com/graphile/crystal/commit/bb006ec7bdab24192c84f093ce3f92969aeb7279),
461
+ [`653929af0`](https://github.com/graphile/crystal/commit/653929af0a99a8a4d52b66e66c736be668b8700a),
462
+ [`6fdc6cad8`](https://github.com/graphile/crystal/commit/6fdc6cad8f8d1230202df533d05cc2bd80538f09),
463
+ [`42b982463`](https://github.com/graphile/crystal/commit/42b9824637a6c05e02935f2b05b5e8e0c61965a6),
464
+ [`eb69c7361`](https://github.com/graphile/crystal/commit/eb69c7361fc7bf8c5b1ce342eeb698bd28c9e013),
465
+ [`54054b873`](https://github.com/graphile/crystal/commit/54054b8733236ba7b2f2fa47d84e085f7196e3f9),
466
+ [`884a4b429`](https://github.com/graphile/crystal/commit/884a4b4297af90fdadaf73addd524f1fbbcfdcce),
467
+ [`0df171123`](https://github.com/graphile/crystal/commit/0df17112300a8ea391dfd220c5f05d362ceaa58a),
468
+ [`1eac03ec2`](https://github.com/graphile/crystal/commit/1eac03ec2e9da65c64b7754c04292f43da82c40b),
469
+ [`dfac43992`](https://github.com/graphile/crystal/commit/dfac43992019b0b6c1d113d2490a87eb03d103d7),
470
+ [`38835313a`](https://github.com/graphile/crystal/commit/38835313ad93445206dccdd4cf07b90c5a6e4377),
471
+ [`426e9320e`](https://github.com/graphile/crystal/commit/426e9320e76ef95927eebb6fe4072050b6208771),
472
+ [`e8a9fd424`](https://github.com/graphile/crystal/commit/e8a9fd4243981b892364148eca1df66620ddeb87),
473
+ [`cc0941731`](https://github.com/graphile/crystal/commit/cc0941731a1679bc04ce7b7fd4254009bb5f1f62),
474
+ [`50f6ce456`](https://github.com/graphile/crystal/commit/50f6ce456de3edd084869b54ee9f2eaf51a7fa0c),
475
+ [`b0865d169`](https://github.com/graphile/crystal/commit/b0865d1691105b5419009954c98c8109a27a5d81),
476
+ [`3b09b414f`](https://github.com/graphile/crystal/commit/3b09b414ff43c34593373fa1f242481b0c7ada70),
477
+ [`b7b6dd64f`](https://github.com/graphile/crystal/commit/b7b6dd64fcc07f2ca15528fd39d61297d743dcc6),
478
+ [`8b472cd51`](https://github.com/graphile/crystal/commit/8b472cd51cd66d8227f9f2722d09c0a774792b0f),
479
+ [`ba637b56d`](https://github.com/graphile/crystal/commit/ba637b56d79a14f82fe555739921724eab0c07f7),
480
+ [`9cd9bb522`](https://github.com/graphile/crystal/commit/9cd9bb5222a9f0398ee4b8bfa4f741b6de2a2192)]:
481
+ - graphile-build-pg@5.0.0-beta.29
482
+ - grafast@0.1.1-beta.15
483
+ - graphile-build@5.0.0-beta.25
484
+ - @dataplan/pg@0.0.1-beta.26
485
+ - graphile-config@0.0.1-beta.10
486
+
487
+ ## 5.0.0-beta.28
488
+
489
+ ### Patch Changes
490
+
491
+ - Updated dependencies
492
+ [[`52ef49ca9`](https://github.com/graphile/crystal/commit/52ef49ca9357e63d0aa5c06ac089bf57ee991c73),
493
+ [`82ce02cd9`](https://github.com/graphile/crystal/commit/82ce02cd93df3df3c9570c3528483c4f720ff9bb),
494
+ [`871d32b2a`](https://github.com/graphile/crystal/commit/871d32b2a18df0d257880fc54a61d9e68c4607d6),
495
+ [`e8a0c4441`](https://github.com/graphile/crystal/commit/e8a0c4441cd04402974cd0af6b80816c9cda91e7),
496
+ [`d9d07b97b`](https://github.com/graphile/crystal/commit/d9d07b97b41c928033b9a920931ae0ccccf88e82),
497
+ [`a26e3a30c`](https://github.com/graphile/crystal/commit/a26e3a30c02f963f8f5e9c9d021e871f33689e1b),
498
+ [`eca7e62e2`](https://github.com/graphile/crystal/commit/eca7e62e2a09af77f4f166a281dab81d009d9ec1),
499
+ [`02c11a4d4`](https://github.com/graphile/crystal/commit/02c11a4d42bf434dffc9354b300e8d791c4eeb2d)]:
500
+ - graphile-build-pg@5.0.0-beta.28
501
+ - @dataplan/pg@0.0.1-beta.25
502
+ - grafast@0.1.1-beta.14
503
+ - graphile-build@5.0.0-beta.24
504
+
505
+ ## 5.0.0-beta.27
506
+
507
+ ### Patch Changes
508
+
509
+ - Updated dependencies
510
+ [[`807650035`](https://github.com/graphile/crystal/commit/8076500354a3e2bc2de1b6c4e947bd710cc5bddc)]:
511
+ - @dataplan/pg@0.0.1-beta.24
512
+ - grafast@0.1.1-beta.13
513
+ - graphile-build-pg@5.0.0-beta.27
514
+ - graphile-build@5.0.0-beta.23
515
+
516
+ ## 5.0.0-beta.26
517
+
518
+ ### Patch Changes
519
+
520
+ - [#2094](https://github.com/graphile/crystal/pull/2094)
521
+ [`c0e50a1b4`](https://github.com/graphile/crystal/commit/c0e50a1b4f1c95bfcafb5458dce0d5e56852d7d0)
522
+ Thanks [@benjie](https://github.com/benjie)! - makeWrapPlansPlugin more likely
523
+ to be exportable.
524
+
525
+ - Updated dependencies
526
+ [[`1f67999eb`](https://github.com/graphile/crystal/commit/1f67999eb11435562ca76e8e7349aaadc28390f6),
527
+ [`1bd50b61e`](https://github.com/graphile/crystal/commit/1bd50b61ebb10b7d09b3612c2e2767c41cca3b78),
528
+ [`8bdc553b7`](https://github.com/graphile/crystal/commit/8bdc553b79aae21a27d22a4e1f1e57ee2e5d1d3f),
529
+ [`4e102b1a1`](https://github.com/graphile/crystal/commit/4e102b1a1cd232e6f6703df0706415f01831dab2),
530
+ [`1cabbd311`](https://github.com/graphile/crystal/commit/1cabbd311bdefd7ce78f8dacbf61a42237a6c73c),
531
+ [`7bb1573ba`](https://github.com/graphile/crystal/commit/7bb1573ba45a4d8b7fa9ad53cdd79686d2641383),
532
+ [`590b6fdf5`](https://github.com/graphile/crystal/commit/590b6fdf5d04a392c4cc9e8bdad83278377c547b),
533
+ [`18addb385`](https://github.com/graphile/crystal/commit/18addb3852525aa91019a36d58fa2fecd8b5b443),
534
+ [`d6102714e`](https://github.com/graphile/crystal/commit/d6102714e4fec35952784c988c1617c789eee0cd),
535
+ [`6ed615e55`](https://github.com/graphile/crystal/commit/6ed615e557b2ab1fb57f1e68c06730a8e3da7175),
536
+ [`b25cc539c`](https://github.com/graphile/crystal/commit/b25cc539c00aeda7a943c37509aaae4dc7812317),
537
+ [`867f33136`](https://github.com/graphile/crystal/commit/867f331365346fc46ed1e0d23c79719846e398f4),
538
+ [`925123497`](https://github.com/graphile/crystal/commit/925123497cf17b5e145ab80f62fa9de768a977ae),
539
+ [`cf535c210`](https://github.com/graphile/crystal/commit/cf535c21078da06c14dd12f30e9b4378da4ded03),
540
+ [`acf99b190`](https://github.com/graphile/crystal/commit/acf99b190954e3c5926e820daed68dfe8eb3ee1f),
541
+ [`4967a197f`](https://github.com/graphile/crystal/commit/4967a197fd2c71ee2a581fe29470ee9f30e74de5),
542
+ [`1908e1ba1`](https://github.com/graphile/crystal/commit/1908e1ba11883a34dac66f985fc20ab160e572b1),
543
+ [`084d80be6`](https://github.com/graphile/crystal/commit/084d80be6e17187c9a9932bcf079e3f460368782),
544
+ [`aa0474755`](https://github.com/graphile/crystal/commit/aa0474755142a758fc58c5c1a30b8c754bc84e7c)]:
545
+ - graphile-build-pg@5.0.0-beta.26
546
+ - grafast@0.1.1-beta.12
547
+ - @dataplan/pg@0.0.1-beta.23
548
+ - graphile-build@5.0.0-beta.22
549
+
550
+ ## 5.0.0-beta.25
551
+
552
+ ### Patch Changes
553
+
554
+ - Updated dependencies
555
+ [[`582bd768f`](https://github.com/graphile/crystal/commit/582bd768fec403ce3284f293b85b9fd86e4d3f40)]:
556
+ - graphile-build@5.0.0-beta.21
557
+ - graphile-config@0.0.1-beta.9
558
+ - @dataplan/pg@0.0.1-beta.22
559
+ - grafast@0.1.1-beta.11
560
+ - graphile-build-pg@5.0.0-beta.25
561
+
562
+ ## 5.0.0-beta.24
563
+
564
+ ### Patch Changes
565
+
566
+ - Updated dependencies
567
+ [[`3c161f7e1`](https://github.com/graphile/crystal/commit/3c161f7e13375105b1035a7d5d1c0f2b507ca5c7),
568
+ [`a674a9923`](https://github.com/graphile/crystal/commit/a674a9923bc908c9315afa40e0cb256ee0953d16),
569
+ [`b7cfeffd1`](https://github.com/graphile/crystal/commit/b7cfeffd1019d61c713a5054c4f5929960a2a6ab)]:
570
+ - grafast@0.1.1-beta.10
571
+ - @dataplan/pg@0.0.1-beta.21
572
+ - graphile-build@5.0.0-beta.20
573
+ - graphile-build-pg@5.0.0-beta.24
574
+
575
+ ## 5.0.0-beta.23
576
+
577
+ ### Patch Changes
578
+
579
+ - Updated dependencies
580
+ [[`437570f97`](https://github.com/graphile/crystal/commit/437570f97e8520afaf3d0d0b514d1f4c31546b76)]:
581
+ - graphile-build-pg@5.0.0-beta.23
582
+ - grafast@0.1.1-beta.9
583
+ - @dataplan/pg@0.0.1-beta.20
584
+ - graphile-build@5.0.0-beta.19
585
+
586
+ ## 5.0.0-beta.22
587
+
588
+ ### Patch Changes
589
+
590
+ - Updated dependencies
591
+ [[`1842af661`](https://github.com/graphile/crystal/commit/1842af661950d5f962b65f6362a45a3b9c8f15e8),
592
+ [`bd5a908a4`](https://github.com/graphile/crystal/commit/bd5a908a4d04310f90dfb46ad87398ffa993af3b)]:
593
+ - graphile-build-pg@5.0.0-beta.22
594
+ - graphile-build@5.0.0-beta.18
595
+ - grafast@0.1.1-beta.8
596
+ - @dataplan/pg@0.0.1-beta.19
597
+
598
+ ## 5.0.0-beta.21
599
+
600
+ ### Patch Changes
601
+
602
+ - [#2042](https://github.com/graphile/crystal/pull/2042)
603
+ [`e22cb4dfa`](https://github.com/graphile/crystal/commit/e22cb4dfa94b60d1b99c374e8c28943373bd8496)
604
+ Thanks [@benjie](https://github.com/benjie)! - Expose `nullable?: boolean` as
605
+ an orderByAscDesc option, and default it true if 'nulls' is set. Vital if
606
+ you're ordering by nullable things!
607
+
608
+ - [#2006](https://github.com/graphile/crystal/pull/2006)
609
+ [`bee0a0a68`](https://github.com/graphile/crystal/commit/bee0a0a68d48816f84b1a7f5ec69bd6069211426)
610
+ Thanks [@benjie](https://github.com/benjie)! - Adopt improved inflection
611
+ typings.
612
+
613
+ - Updated dependencies
614
+ [[`357d475f5`](https://github.com/graphile/crystal/commit/357d475f54fecc8c51892e0346d6872b34132430),
615
+ [`30bcd6c12`](https://github.com/graphile/crystal/commit/30bcd6c12e59f878617ea987c35a2f589ce05cb8),
616
+ [`3551725e7`](https://github.com/graphile/crystal/commit/3551725e71c3ed876554e19e5ab2c1dcb0fb1143),
617
+ [`80836471e`](https://github.com/graphile/crystal/commit/80836471e5cedb29dee63bc5002550c4f1713cfd),
618
+ [`b788dd868`](https://github.com/graphile/crystal/commit/b788dd86849e703cc3aa863fd9190c36a087b865),
619
+ [`5eca6d65a`](https://github.com/graphile/crystal/commit/5eca6d65a816bac3d0ceaa6cafa7df1a79c2be47),
620
+ [`a5c20fefb`](https://github.com/graphile/crystal/commit/a5c20fefb571dea6d1187515dc48dd547e9e6204),
621
+ [`1ce08980e`](https://github.com/graphile/crystal/commit/1ce08980e2a52ed9bc81564d248c19648ecd3616),
622
+ [`ab08cbf9c`](https://github.com/graphile/crystal/commit/ab08cbf9c504c3cc22495a99a965e7634c18a6a3),
623
+ [`dff4f2535`](https://github.com/graphile/crystal/commit/dff4f2535ac6ce893089b312fcd5fffcd98573a5),
624
+ [`a287a57c2`](https://github.com/graphile/crystal/commit/a287a57c2765da0fb6a132ea0953f64453210ceb),
625
+ [`45e10950b`](https://github.com/graphile/crystal/commit/45e10950b533f97cdd986e5442e2e160a8e431a2),
626
+ [`2fe56f9a6`](https://github.com/graphile/crystal/commit/2fe56f9a6dac03484ace45c29c2223a65f9ca1db),
627
+ [`fed603d71`](https://github.com/graphile/crystal/commit/fed603d719c02f33e12190f925c9e3b06c581fac),
628
+ [`ed6e0d278`](https://github.com/graphile/crystal/commit/ed6e0d2788217a1c419634837f4208013eaf2923),
629
+ [`86168b740`](https://github.com/graphile/crystal/commit/86168b740510aef17bde7ae21f1d0eebb0c5c9b3),
630
+ [`7ad35fe4d`](https://github.com/graphile/crystal/commit/7ad35fe4d9b20f6ec82dc95c362390a87e25b42c),
631
+ [`e82e4911e`](https://github.com/graphile/crystal/commit/e82e4911e32138df1b90ec0fde555ea963018d21),
632
+ [`272608c13`](https://github.com/graphile/crystal/commit/272608c135e4ef0f76b8b5a9f764494a3f3ad779),
633
+ [`42ece5aa6`](https://github.com/graphile/crystal/commit/42ece5aa6ca05345ebc17fb5c7d55df3b79b7612),
634
+ [`e0d69e518`](https://github.com/graphile/crystal/commit/e0d69e518a98c70f9b90f59d243ce33978c1b5a1),
635
+ [`db8ceed0f`](https://github.com/graphile/crystal/commit/db8ceed0f17923eb78ff09c9f3f28800a5c7e3b6),
636
+ [`6699388ec`](https://github.com/graphile/crystal/commit/6699388ec167d35c71220ce5d9113cac578da6cb),
637
+ [`966203504`](https://github.com/graphile/crystal/commit/96620350467ab8c65b56adf2f055e19450f8e772),
638
+ [`c1645b249`](https://github.com/graphile/crystal/commit/c1645b249aae949a548cd916e536ccfb63e5ab35),
639
+ [`ed8bbaa3c`](https://github.com/graphile/crystal/commit/ed8bbaa3cd1563a7601ca8c6b0412633b0ea4ce9),
640
+ [`a0e82b9c5`](https://github.com/graphile/crystal/commit/a0e82b9c5f4e585f1af1e147299cd07944ece6f8),
641
+ [`14e2412ee`](https://github.com/graphile/crystal/commit/14e2412ee368e8d53abf6774c7f0069f32d4e8a3),
642
+ [`c48d3da7f`](https://github.com/graphile/crystal/commit/c48d3da7fe4fac2562fab5f085d252a0bfb6f0b6),
643
+ [`57ab0e1e7`](https://github.com/graphile/crystal/commit/57ab0e1e72c01213b21d3efc539cd655d83d993a),
644
+ [`8442242e4`](https://github.com/graphile/crystal/commit/8442242e43cac7d89ca0c413cf42c9fabf6f247f),
645
+ [`bee0a0a68`](https://github.com/graphile/crystal/commit/bee0a0a68d48816f84b1a7f5ec69bd6069211426),
646
+ [`51a94417f`](https://github.com/graphile/crystal/commit/51a94417fb62b54d309be184f4be479bc267c2b7),
647
+ [`64ce7b765`](https://github.com/graphile/crystal/commit/64ce7b7650530251aec38a51089da66f914c19b4),
648
+ [`cba842357`](https://github.com/graphile/crystal/commit/cba84235786acbd77ade53bae7a3fba4a9be1eb7),
649
+ [`2fa77d0f2`](https://github.com/graphile/crystal/commit/2fa77d0f237cdb98d3dafb6b5e4083a2c6c38673),
650
+ [`81d17460c`](https://github.com/graphile/crystal/commit/81d17460ced08608814635779c5cf997c19c101d)]:
651
+ - @dataplan/pg@0.0.1-beta.18
652
+ - grafast@0.1.1-beta.7
653
+ - tamedevil@0.0.0-beta.7
654
+ - graphile-build-pg@5.0.0-beta.21
655
+ - graphile-build@5.0.0-beta.17
656
+ - graphile-config@0.0.1-beta.8
657
+
658
+ ## 5.0.0-beta.20
659
+
660
+ ### Patch Changes
661
+
662
+ - [#1958](https://github.com/graphile/crystal/pull/1958)
663
+ [`8315e8d01`](https://github.com/graphile/crystal/commit/8315e8d01c118cebc4ebbc53a2f264b958b252ad)
664
+ Thanks [@benjie](https://github.com/benjie)! - EXPORTABLE now accepts a third
665
+ argument, `nameHint`, which is used to hint what variable name to use for the
666
+ given value. Used this in `graphile-export` along with some fixes and
667
+ optimizations to improve the exports further.
668
+ - Updated dependencies
669
+ [[`9f85c614d`](https://github.com/graphile/crystal/commit/9f85c614d48dc745c5fed15333dbb75af7fddc88),
670
+ [`6c6be29f1`](https://github.com/graphile/crystal/commit/6c6be29f12b24782c926b2bc62ed2ede09ac05de),
671
+ [`6c80c44b7`](https://github.com/graphile/crystal/commit/6c80c44b76a5eb30cc2b1555ba81a4b6236f4300),
672
+ [`179d25b09`](https://github.com/graphile/crystal/commit/179d25b09bb3272eeef564067b8e512d8de0112f),
673
+ [`8315e8d01`](https://github.com/graphile/crystal/commit/8315e8d01c118cebc4ebbc53a2f264b958b252ad),
674
+ [`9d53dde72`](https://github.com/graphile/crystal/commit/9d53dde726b7304962e921b88a159649e49156e5)]:
675
+ - @dataplan/pg@0.0.1-beta.17
676
+ - grafast@0.1.1-beta.6
677
+ - graphile-build-pg@5.0.0-beta.20
678
+ - graphile-build@5.0.0-beta.16
679
+ - tamedevil@0.0.0-beta.6
680
+
681
+ ## 5.0.0-beta.19
682
+
683
+ ### Patch Changes
684
+
685
+ - [#1924](https://github.com/graphile/crystal/pull/1924)
686
+ [`ef44c29b2`](https://github.com/graphile/crystal/commit/ef44c29b24a1ad5a042ae1536a4546dd64b17195)
687
+ Thanks [@benjie](https://github.com/benjie)! - 🚨 TypeScript is now configured
688
+ to hide interfaces marked as `@internal`. This may result in a few errors
689
+ where you're accessing things you oughtn't be, but also may hide some
690
+ interfaces that should be exposed - please file an issue if an API you were
691
+ dependent on has been removed from the TypeScript typings. If that API happens
692
+ to be `step.dependencies`; you should first read this:
693
+ https://benjie.dev/graphql/ancestors
694
+
695
+ - [#1931](https://github.com/graphile/crystal/pull/1931)
696
+ [`ec3112c7b`](https://github.com/graphile/crystal/commit/ec3112c7b58d142b4b1d86cbb7de4ca80bbfda00)
697
+ Thanks [@benjie](https://github.com/benjie)! - Add support for deprecating
698
+ arguments to makeExtendSchemaPlugin
699
+
700
+ - Updated dependencies
701
+ [[`49fd8afed`](https://github.com/graphile/crystal/commit/49fd8afed1afe573ea76a2a7a821dfa5d6288e2d),
702
+ [`63dd7ea99`](https://github.com/graphile/crystal/commit/63dd7ea992d30ad711dd85a73a127484a0e35479),
703
+ [`d801c9778`](https://github.com/graphile/crystal/commit/d801c9778a86d61e060896460af9fe62a733534a),
704
+ [`3a2ea80ee`](https://github.com/graphile/crystal/commit/3a2ea80ee470b2aef91366727d7d60a0c65067f5),
705
+ [`ef44c29b2`](https://github.com/graphile/crystal/commit/ef44c29b24a1ad5a042ae1536a4546dd64b17195),
706
+ [`8ea67f891`](https://github.com/graphile/crystal/commit/8ea67f8910693edaf70daa9952e35d8396166f38),
707
+ [`5de3e86eb`](https://github.com/graphile/crystal/commit/5de3e86eba1ddfe5e07732d0325c63e5d72d4b5b),
708
+ [`e20e66ed7`](https://github.com/graphile/crystal/commit/e20e66ed71b499ee5bbf05105f981809fd302212)]:
709
+ - tamedevil@0.0.0-beta.5
710
+ - grafast@0.1.1-beta.5
711
+ - graphile-build-pg@5.0.0-beta.19
712
+ - graphile-build@5.0.0-beta.15
713
+ - @dataplan/pg@0.0.1-beta.16
714
+ - graphile-config@0.0.1-beta.7
715
+
716
+ ## 5.0.0-beta.18
717
+
718
+ ### Patch Changes
719
+
720
+ - [#1916](https://github.com/graphile/crystal/pull/1916)
721
+ [`a2176ea32`](https://github.com/graphile/crystal/commit/a2176ea324db0801249661b30e9c9d314c6fb159)
722
+ Thanks [@benjie](https://github.com/benjie)! - Add `__assertStep` registration
723
+ support to makeGrafastSchema and PostGraphile's makeExtendSchemaPlugin.
724
+
725
+ - [#1917](https://github.com/graphile/crystal/pull/1917)
726
+ [`886833e2e`](https://github.com/graphile/crystal/commit/886833e2e319f23d905d7184ca88fca701b94044)
727
+ Thanks [@benjie](https://github.com/benjie)! - Add `polymorphicBranch` step to
728
+ core to help users deal with simple polymorphic use cases.
729
+
730
+ - [#1920](https://github.com/graphile/crystal/pull/1920)
731
+ [`635af159f`](https://github.com/graphile/crystal/commit/635af159fd412171030dbaee3a82b661c516a9f8)
732
+ Thanks [@benjie](https://github.com/benjie)! - Add ability to set (and infer)
733
+ scopes to makeExtendSchemaPlugin
734
+
735
+ - Updated dependencies
736
+ [[`555a2be03`](https://github.com/graphile/crystal/commit/555a2be037f49bd599abbaafe6e5d5ab190c96d6),
737
+ [`1b6c2f636`](https://github.com/graphile/crystal/commit/1b6c2f6360a316a8dc550c60e28c61deea538f19),
738
+ [`a2176ea32`](https://github.com/graphile/crystal/commit/a2176ea324db0801249661b30e9c9d314c6fb159),
739
+ [`886833e2e`](https://github.com/graphile/crystal/commit/886833e2e319f23d905d7184ca88fca701b94044),
740
+ [`5b2db0c75`](https://github.com/graphile/crystal/commit/5b2db0c7586182523015f8f79fa4d43f98679c1e),
741
+ [`184773382`](https://github.com/graphile/crystal/commit/184773382f074a3b5339e4cfabec55173cd4f1e1),
742
+ [`f97d7976a`](https://github.com/graphile/crystal/commit/f97d7976a683a1e2cb0fed1ce0e30aeff8cc1886)]:
743
+ - @dataplan/pg@0.0.1-beta.15
744
+ - tamedevil@0.0.0-beta.4
745
+ - grafast@0.1.1-beta.4
746
+ - graphile-build-pg@5.0.0-beta.18
747
+ - graphile-build@5.0.0-beta.14
748
+
749
+ ## 5.0.0-beta.17
750
+
751
+ ### Patch Changes
752
+
753
+ - Updated dependencies
754
+ [[`0df5511ac`](https://github.com/graphile/crystal/commit/0df5511ac8b79ea34f8d12ebf8feeb421f8fe971)]:
755
+ - graphile-config@0.0.1-beta.6
756
+ - @dataplan/pg@0.0.1-beta.14
757
+ - grafast@0.1.1-beta.3
758
+ - graphile-build@5.0.0-beta.13
759
+ - graphile-build-pg@5.0.0-beta.17
760
+
761
+ ## 5.0.0-beta.16
762
+
763
+ ### Patch Changes
764
+
765
+ - [#1886](https://github.com/graphile/crystal/pull/1886)
766
+ [`8a76db07f`](https://github.com/graphile/crystal/commit/8a76db07f4c110cecc6225504f9a05ccbcbc7b92)
767
+ Thanks [@benjie](https://github.com/benjie)! - Attempt to catch invalid plan
768
+ resolvers (e.g. those returning `undefined`) sooner.
769
+ - Updated dependencies
770
+ [[`3fdc2bce4`](https://github.com/graphile/crystal/commit/3fdc2bce42418773f808c5b8309dfb361cd95ce9),
771
+ [`aeef362b5`](https://github.com/graphile/crystal/commit/aeef362b5744816f01e4a6f714bbd77f92332bc5),
772
+ [`8a76db07f`](https://github.com/graphile/crystal/commit/8a76db07f4c110cecc6225504f9a05ccbcbc7b92),
773
+ [`bce0636d4`](https://github.com/graphile/crystal/commit/bce0636d424476664672166193a181c83476423a),
774
+ [`f305c3278`](https://github.com/graphile/crystal/commit/f305c327848eb7baef46c5384a7cc5af6f79db8d),
775
+ [`3b558e0c1`](https://github.com/graphile/crystal/commit/3b558e0c110dd49e5d51e49a5ad6463a9ed68ecb),
776
+ [`2ae8d33aa`](https://github.com/graphile/crystal/commit/2ae8d33aa83955649dcd6e7489604b059ed2daf4),
777
+ [`9e1df08b7`](https://github.com/graphile/crystal/commit/9e1df08b702ae32870a8f1324bab37f447cba868),
778
+ [`8a0cdb95f`](https://github.com/graphile/crystal/commit/8a0cdb95f200b28b0ea1ab5caa12b23dce5f374f),
779
+ [`dbd91fdd8`](https://github.com/graphile/crystal/commit/dbd91fdd836f041b6e2ff9d358c6a6f521f43914),
780
+ [`f1d5ad18e`](https://github.com/graphile/crystal/commit/f1d5ad18e1cd0d59b9e74f619ec6b0de57f07b17),
781
+ [`c66c3527c`](https://github.com/graphile/crystal/commit/c66c3527ce2bb38afa37242ecb5a22247efd6db9),
782
+ [`f66cc40b3`](https://github.com/graphile/crystal/commit/f66cc40b3bc5bf2e7f92fe5a6bd5638e2a51ac2b),
783
+ [`f18635a5c`](https://github.com/graphile/crystal/commit/f18635a5cf55845c9534d82bb483e5fbb9ed179e),
784
+ [`1c9f1c0ed`](https://github.com/graphile/crystal/commit/1c9f1c0edf4e621a5b6345d3a41527a18143c6ae),
785
+ [`9fb5cc06e`](https://github.com/graphile/crystal/commit/9fb5cc06ee52165378392969172e6ee8128833f6)]:
786
+ - grafast@0.1.1-beta.2
787
+ - graphile-build-pg@5.0.0-beta.16
788
+ - graphile-build@5.0.0-beta.12
789
+ - graphile-config@0.0.1-beta.5
790
+
791
+ ## 5.0.0-beta.15
792
+
793
+ ### Patch Changes
794
+
795
+ - Updated dependencies
796
+ [[`49fcb0d58`](https://github.com/graphile/crystal/commit/49fcb0d585b31b291c9072c339d6f5b550eefc9f),
797
+ [`2e7fc6449`](https://github.com/graphile/crystal/commit/2e7fc6449c2d08c44c32985811bb2e233a04056b),
798
+ [`7aef73319`](https://github.com/graphile/crystal/commit/7aef73319a8a147c700727be62427e1eefdefbf8)]:
799
+ - grafast@0.1.1-beta.1
800
+ - graphile-build-pg@5.0.0-beta.15
801
+ - graphile-config@0.0.1-beta.4
802
+ - graphile-build@5.0.0-beta.11
803
+
804
+ ## 5.0.0-beta.14
805
+
806
+ ### Patch Changes
807
+
808
+ - Updated dependencies
809
+ [[`2d447a6b4`](https://github.com/graphile/crystal/commit/2d447a6b45d7db2813bd957f412cd959e2185759)]:
810
+ - graphile-build-pg@5.0.0-beta.14
811
+
812
+ ## 5.0.0-beta.13
813
+
814
+ ### Patch Changes
815
+
816
+ - Updated dependencies
817
+ [[`26e0bc726`](https://github.com/graphile/crystal/commit/26e0bc72653cd8dcef4b6cfb3c76876a5e620a12)]:
818
+ - graphile-build-pg@5.0.0-beta.13
819
+
820
+ ## 5.0.0-beta.12
821
+
822
+ ### Patch Changes
823
+
824
+ - Updated dependencies []:
825
+ - grafast@0.1.1-beta.0
826
+ - graphile-build-pg@5.0.0-beta.12
827
+
828
+ ## 5.0.0-beta.11
829
+
830
+ ### Patch Changes
831
+
832
+ - [#1760](https://github.com/graphile/crystal/pull/1760)
833
+ [`eeccfd675`](https://github.com/graphile/crystal/commit/eeccfd67585a79330197886fdc98335562e08c0a)
834
+ Thanks [@benjie](https://github.com/benjie)! - makeExtendSchemaPlugin now
835
+ support specifying scalar details via resolvers/plans
836
+
837
+ - [#1768](https://github.com/graphile/crystal/pull/1768)
838
+ [`264158f03`](https://github.com/graphile/crystal/commit/264158f034e7b6ebc1a9a94d92b7e4fb746c5fac)
839
+ Thanks [@benjie](https://github.com/benjie)! - Fix `type Foo extends Bar`
840
+ syntax in makeExtendSchemaPlugin - no longer throws
841
+ `getTypeByName before 'init' phase` error.
842
+ - Updated dependencies
843
+ [[`4a4d26d87`](https://github.com/graphile/crystal/commit/4a4d26d87ce74589429b8ca5126a7bfdf30351b8),
844
+ [`b2bce88da`](https://github.com/graphile/crystal/commit/b2bce88da26c7a8965468be16fc2d935eadd3434),
845
+ [`861a8a306`](https://github.com/graphile/crystal/commit/861a8a306ef42a821da19e77903ddd7e8130bfb3),
846
+ [`9a84bc6dd`](https://github.com/graphile/crystal/commit/9a84bc6dd5b33c1919f75f867df1f61c78686695),
847
+ [`b728d7fb9`](https://github.com/graphile/crystal/commit/b728d7fb91eb29fbb21d955af5fd9cb4278f6222),
848
+ [`7d55d2c34`](https://github.com/graphile/crystal/commit/7d55d2c343880d7e665f9743f6ae7e39343c22cc)]:
849
+ - grafast@0.1.1-beta.0
850
+ - graphile-build-pg@5.0.0-beta.11
851
+ - graphile-build@5.0.0-beta.10
852
+
853
+ ## 5.0.0-beta.10
854
+
855
+ ### Patch Changes
856
+
857
+ - [#514](https://github.com/graphile/crystal-pre-merge/pull/514)
858
+ [`c9848f693`](https://github.com/graphile/crystal-pre-merge/commit/c9848f6936a5abd7740c0638bfb458fb5551f03b)
859
+ Thanks [@benjie](https://github.com/benjie)! - Update package.json repository
860
+ information
861
+
862
+ - Updated dependencies
863
+ [[`c9848f693`](https://github.com/graphile/crystal-pre-merge/commit/c9848f6936a5abd7740c0638bfb458fb5551f03b),
864
+ [`ede1092fe`](https://github.com/graphile/crystal-pre-merge/commit/ede1092fe197719b6fa786f4cfa75f6a1f4c56c1),
865
+ [`566983fbd`](https://github.com/graphile/crystal-pre-merge/commit/566983fbd99c4b2df8c4ebd6260521670a2b7dfc),
866
+ [`409bf6071`](https://github.com/graphile/crystal-pre-merge/commit/409bf607180d4d8faec658c803e5ec4d1a00c451)]:
867
+ - graphile-build-pg@5.0.0-beta.10
868
+ - graphile-build@5.0.0-beta.9
869
+ - graphile-config@0.0.1-beta.3
870
+ - grafast@0.0.1-beta.8
871
+ - tamedevil@0.0.0-beta.3
872
+
873
+ ## 5.0.0-beta.9
874
+
875
+ ### Patch Changes
876
+
877
+ - Updated dependencies
878
+ [[`3700e204f`](https://github.com/benjie/crystal/commit/3700e204f430db182c92ca7abc82017c81fa1f9b)]:
879
+ - grafast@0.0.1-beta.7
880
+ - graphile-build@5.0.0-beta.8
881
+ - graphile-build-pg@5.0.0-beta.9
882
+
883
+ ## 5.0.0-beta.8
884
+
885
+ ### Patch Changes
886
+
887
+ - [#496](https://github.com/benjie/crystal/pull/496)
888
+ [`c9bfd9892`](https://github.com/benjie/crystal/commit/c9bfd989247f9433fb5b18c5175c9d8d64cd21a1)
889
+ Thanks [@benjie](https://github.com/benjie)! - Update dependencies (sometimes
890
+ through major versions).
891
+
892
+ - Updated dependencies
893
+ [[`c9bfd9892`](https://github.com/benjie/crystal/commit/c9bfd989247f9433fb5b18c5175c9d8d64cd21a1),
894
+ [`e613b476d`](https://github.com/benjie/crystal/commit/e613b476d6ee867d1f7509c895dabee40e7f9a31)]:
895
+ - graphile-build-pg@5.0.0-beta.8
896
+ - graphile-build@5.0.0-beta.7
897
+ - graphile-config@0.0.1-beta.2
898
+ - grafast@0.0.1-beta.6
899
+ - tamedevil@0.0.0-beta.2
900
+
901
+ ## 5.0.0-beta.7
902
+
903
+ ### Patch Changes
904
+
905
+ - Updated dependencies
906
+ [[`53186213a`](https://github.com/benjie/crystal/commit/53186213ade962f4b66cb0d5ea8b57b5ce7ea85f),
907
+ [`e916b7412`](https://github.com/benjie/crystal/commit/e916b7412fc1fbbcb1578dbe07684189c2a720ad),
908
+ [`73f1b5218`](https://github.com/benjie/crystal/commit/73f1b52187b2e009d502afa1db8a4e8f702e2958),
909
+ [`109c8ec67`](https://github.com/benjie/crystal/commit/109c8ec6784dc74f4c4c4c43cc61516cc12401c8)]:
910
+ - grafast@0.0.1-beta.5
911
+ - graphile-build-pg@5.0.0-beta.7
912
+ - graphile-build@5.0.0-beta.6
913
+
914
+ ## 5.0.0-beta.6
915
+
916
+ ### Patch Changes
917
+
918
+ - [#460](https://github.com/benjie/crystal/pull/460)
919
+ [`07883a1a5`](https://github.com/benjie/crystal/commit/07883a1a5eac63bdc0541d6a2b562fc97342c439)
920
+ Thanks [@benjie](https://github.com/benjie)! - Fix makeExtendSchemaPlugin: now
921
+ calls callback in 'init' phase, so `Build` type is used (rather than
922
+ `Partial<Build>`) and other types/handlers/etc should already be registered.
923
+ - Updated dependencies
924
+ [[`f9cc88dc4`](https://github.com/benjie/crystal/commit/f9cc88dc442d371aee154a28d4e63c6da39f6b2e),
925
+ [`d17dd1cd4`](https://github.com/benjie/crystal/commit/d17dd1cd47d6cb125fbc84c38a8c004857e1bdd2),
926
+ [`00d026409`](https://github.com/benjie/crystal/commit/00d0264090f90914eac881b34918fa3370782adc)]:
927
+ - grafast@0.0.1-beta.4
928
+ - graphile-build-pg@5.0.0-beta.6
929
+ - graphile-build@5.0.0-beta.5
930
+
931
+ ## 5.0.0-beta.5
932
+
933
+ ### Patch Changes
934
+
935
+ - Updated dependencies
936
+ [[`22ecd1e5d`](https://github.com/benjie/crystal/commit/22ecd1e5de1dcd094be3085cba56b705446413f9)]:
937
+ - graphile-build-pg@5.0.0-beta.5
938
+
3
939
  ## 5.0.0-beta.4
4
940
 
5
941
  ### Patch Changes