graphile-build-pg 5.0.0-beta.3 → 5.0.0-beta.31

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 (185) hide show
  1. package/CHANGELOG.md +816 -0
  2. package/README.md +6 -8
  3. package/dist/behavior.d.ts +1 -2
  4. package/dist/behavior.d.ts.map +1 -1
  5. package/dist/behavior.js +6 -16
  6. package/dist/behavior.js.map +1 -1
  7. package/dist/index.d.ts +105 -2
  8. package/dist/index.d.ts.map +1 -1
  9. package/dist/index.js +6 -5
  10. package/dist/index.js.map +1 -1
  11. package/dist/plugins/PgAllRowsPlugin.d.ts +9 -0
  12. package/dist/plugins/PgAllRowsPlugin.d.ts.map +1 -1
  13. package/dist/plugins/PgAllRowsPlugin.js +12 -0
  14. package/dist/plugins/PgAllRowsPlugin.js.map +1 -1
  15. package/dist/plugins/PgAttributeDeprecationPlugin.d.ts +7 -0
  16. package/dist/plugins/PgAttributeDeprecationPlugin.d.ts.map +1 -1
  17. package/dist/plugins/PgAttributeDeprecationPlugin.js.map +1 -1
  18. package/dist/plugins/PgAttributesPlugin.d.ts +14 -1
  19. package/dist/plugins/PgAttributesPlugin.d.ts.map +1 -1
  20. package/dist/plugins/PgAttributesPlugin.js +82 -45
  21. package/dist/plugins/PgAttributesPlugin.js.map +1 -1
  22. package/dist/plugins/PgBasicsPlugin.d.ts +42 -12
  23. package/dist/plugins/PgBasicsPlugin.d.ts.map +1 -1
  24. package/dist/plugins/PgBasicsPlugin.js +169 -26
  25. package/dist/plugins/PgBasicsPlugin.js.map +1 -1
  26. package/dist/plugins/PgCodecsPlugin.d.ts +18 -0
  27. package/dist/plugins/PgCodecsPlugin.d.ts.map +1 -1
  28. package/dist/plugins/PgCodecsPlugin.js +267 -215
  29. package/dist/plugins/PgCodecsPlugin.js.map +1 -1
  30. package/dist/plugins/PgConditionArgumentPlugin.d.ts +18 -0
  31. package/dist/plugins/PgConditionArgumentPlugin.d.ts.map +1 -1
  32. package/dist/plugins/PgConditionArgumentPlugin.js +7 -5
  33. package/dist/plugins/PgConditionArgumentPlugin.js.map +1 -1
  34. package/dist/plugins/PgConditionCustomFieldsPlugin.d.ts +8 -0
  35. package/dist/plugins/PgConditionCustomFieldsPlugin.d.ts.map +1 -1
  36. package/dist/plugins/PgConditionCustomFieldsPlugin.js +9 -4
  37. package/dist/plugins/PgConditionCustomFieldsPlugin.js.map +1 -1
  38. package/dist/plugins/PgConnectionArgOrderByDefaultValuePlugin.d.ts +7 -0
  39. package/dist/plugins/PgConnectionArgOrderByDefaultValuePlugin.d.ts.map +1 -1
  40. package/dist/plugins/PgConnectionArgOrderByDefaultValuePlugin.js.map +1 -1
  41. package/dist/plugins/PgConnectionArgOrderByPlugin.d.ts +9 -0
  42. package/dist/plugins/PgConnectionArgOrderByPlugin.d.ts.map +1 -1
  43. package/dist/plugins/PgConnectionArgOrderByPlugin.js +34 -14
  44. package/dist/plugins/PgConnectionArgOrderByPlugin.js.map +1 -1
  45. package/dist/plugins/PgConnectionTotalCountPlugin.d.ts +8 -0
  46. package/dist/plugins/PgConnectionTotalCountPlugin.d.ts.map +1 -1
  47. package/dist/plugins/PgConnectionTotalCountPlugin.js +8 -0
  48. package/dist/plugins/PgConnectionTotalCountPlugin.js.map +1 -1
  49. package/dist/plugins/PgCustomTypeFieldPlugin.d.ts +18 -0
  50. package/dist/plugins/PgCustomTypeFieldPlugin.d.ts.map +1 -1
  51. package/dist/plugins/PgCustomTypeFieldPlugin.js +424 -285
  52. package/dist/plugins/PgCustomTypeFieldPlugin.js.map +1 -1
  53. package/dist/plugins/PgEnumTablesPlugin.d.ts +6 -0
  54. package/dist/plugins/PgEnumTablesPlugin.d.ts.map +1 -1
  55. package/dist/plugins/PgEnumTablesPlugin.js +81 -36
  56. package/dist/plugins/PgEnumTablesPlugin.js.map +1 -1
  57. package/dist/plugins/PgFakeConstraintsPlugin.d.ts +3 -0
  58. package/dist/plugins/PgFakeConstraintsPlugin.d.ts.map +1 -1
  59. package/dist/plugins/PgFakeConstraintsPlugin.js +3 -1
  60. package/dist/plugins/PgFakeConstraintsPlugin.js.map +1 -1
  61. package/dist/plugins/PgFirstLastBeforeAfterArgsPlugin.d.ts +5 -0
  62. package/dist/plugins/PgFirstLastBeforeAfterArgsPlugin.d.ts.map +1 -1
  63. package/dist/plugins/PgFirstLastBeforeAfterArgsPlugin.js +12 -2
  64. package/dist/plugins/PgFirstLastBeforeAfterArgsPlugin.js.map +1 -1
  65. package/dist/plugins/PgIndexBehaviorsPlugin.d.ts +20 -0
  66. package/dist/plugins/PgIndexBehaviorsPlugin.d.ts.map +1 -1
  67. package/dist/plugins/PgIndexBehaviorsPlugin.js +45 -10
  68. package/dist/plugins/PgIndexBehaviorsPlugin.js.map +1 -1
  69. package/dist/plugins/PgInterfaceModeUnionAllRowsPlugin.d.ts +9 -0
  70. package/dist/plugins/PgInterfaceModeUnionAllRowsPlugin.d.ts.map +1 -1
  71. package/dist/plugins/PgInterfaceModeUnionAllRowsPlugin.js +29 -85
  72. package/dist/plugins/PgInterfaceModeUnionAllRowsPlugin.js.map +1 -1
  73. package/dist/plugins/PgIntrospectionPlugin.d.ts +3 -0
  74. package/dist/plugins/PgIntrospectionPlugin.d.ts.map +1 -1
  75. package/dist/plugins/PgIntrospectionPlugin.js +125 -104
  76. package/dist/plugins/PgIntrospectionPlugin.js.map +1 -1
  77. package/dist/plugins/PgJWTPlugin.d.ts +6 -2
  78. package/dist/plugins/PgJWTPlugin.d.ts.map +1 -1
  79. package/dist/plugins/PgJWTPlugin.js +10 -0
  80. package/dist/plugins/PgJWTPlugin.js.map +1 -1
  81. package/dist/plugins/PgLtreePlugin.d.ts +9 -0
  82. package/dist/plugins/PgLtreePlugin.d.ts.map +1 -0
  83. package/dist/plugins/PgLtreePlugin.js +66 -0
  84. package/dist/plugins/PgLtreePlugin.js.map +1 -0
  85. package/dist/plugins/PgMutationCreatePlugin.d.ts +9 -0
  86. package/dist/plugins/PgMutationCreatePlugin.d.ts.map +1 -1
  87. package/dist/plugins/PgMutationCreatePlugin.js +29 -12
  88. package/dist/plugins/PgMutationCreatePlugin.js.map +1 -1
  89. package/dist/plugins/PgMutationPayloadEdgePlugin.d.ts +5 -0
  90. package/dist/plugins/PgMutationPayloadEdgePlugin.d.ts.map +1 -1
  91. package/dist/plugins/PgMutationPayloadEdgePlugin.js +2 -9
  92. package/dist/plugins/PgMutationPayloadEdgePlugin.js.map +1 -1
  93. package/dist/plugins/PgMutationUpdateDeletePlugin.d.ts +14 -0
  94. package/dist/plugins/PgMutationUpdateDeletePlugin.d.ts.map +1 -1
  95. package/dist/plugins/PgMutationUpdateDeletePlugin.js +82 -41
  96. package/dist/plugins/PgMutationUpdateDeletePlugin.js.map +1 -1
  97. package/dist/plugins/PgNodeIdAttributesPlugin.d.ts +11 -1
  98. package/dist/plugins/PgNodeIdAttributesPlugin.d.ts.map +1 -1
  99. package/dist/plugins/PgNodeIdAttributesPlugin.js +75 -34
  100. package/dist/plugins/PgNodeIdAttributesPlugin.js.map +1 -1
  101. package/dist/plugins/PgOrderAllAttributesPlugin.d.ts +5 -0
  102. package/dist/plugins/PgOrderAllAttributesPlugin.d.ts.map +1 -1
  103. package/dist/plugins/PgOrderAllAttributesPlugin.js +2 -2
  104. package/dist/plugins/PgOrderAllAttributesPlugin.js.map +1 -1
  105. package/dist/plugins/PgOrderByPrimaryKeyPlugin.d.ts +5 -0
  106. package/dist/plugins/PgOrderByPrimaryKeyPlugin.d.ts.map +1 -1
  107. package/dist/plugins/PgOrderByPrimaryKeyPlugin.js +5 -5
  108. package/dist/plugins/PgOrderByPrimaryKeyPlugin.js.map +1 -1
  109. package/dist/plugins/PgOrderCustomFieldsPlugin.d.ts +8 -0
  110. package/dist/plugins/PgOrderCustomFieldsPlugin.d.ts.map +1 -1
  111. package/dist/plugins/PgOrderCustomFieldsPlugin.js +9 -4
  112. package/dist/plugins/PgOrderCustomFieldsPlugin.js.map +1 -1
  113. package/dist/plugins/PgPolymorphismOnlyArgumentPlugin.d.ts +23 -0
  114. package/dist/plugins/PgPolymorphismOnlyArgumentPlugin.d.ts.map +1 -0
  115. package/dist/plugins/PgPolymorphismOnlyArgumentPlugin.js +136 -0
  116. package/dist/plugins/PgPolymorphismOnlyArgumentPlugin.js.map +1 -0
  117. package/dist/plugins/PgPolymorphismPlugin.d.ts +28 -1
  118. package/dist/plugins/PgPolymorphismPlugin.d.ts.map +1 -1
  119. package/dist/plugins/PgPolymorphismPlugin.js +400 -55
  120. package/dist/plugins/PgPolymorphismPlugin.js.map +1 -1
  121. package/dist/plugins/PgProceduresPlugin.d.ts +6 -0
  122. package/dist/plugins/PgProceduresPlugin.d.ts.map +1 -1
  123. package/dist/plugins/PgProceduresPlugin.js +42 -3
  124. package/dist/plugins/PgProceduresPlugin.js.map +1 -1
  125. package/dist/plugins/PgRBACPlugin.d.ts +25 -0
  126. package/dist/plugins/PgRBACPlugin.d.ts.map +1 -1
  127. package/dist/plugins/PgRBACPlugin.js +110 -73
  128. package/dist/plugins/PgRBACPlugin.js.map +1 -1
  129. package/dist/plugins/PgRefsPlugin.d.ts +3 -0
  130. package/dist/plugins/PgRefsPlugin.d.ts.map +1 -1
  131. package/dist/plugins/PgRefsPlugin.js +9 -3
  132. package/dist/plugins/PgRefsPlugin.js.map +1 -1
  133. package/dist/plugins/PgRegistryPlugin.d.ts +14 -8
  134. package/dist/plugins/PgRegistryPlugin.d.ts.map +1 -1
  135. package/dist/plugins/PgRegistryPlugin.js +3 -0
  136. package/dist/plugins/PgRegistryPlugin.js.map +1 -1
  137. package/dist/plugins/PgRelationsPlugin.d.ts +18 -1
  138. package/dist/plugins/PgRelationsPlugin.d.ts.map +1 -1
  139. package/dist/plugins/PgRelationsPlugin.js +80 -38
  140. package/dist/plugins/PgRelationsPlugin.js.map +1 -1
  141. package/dist/plugins/PgRemoveExtensionResourcesPlugin.d.ts +8 -0
  142. package/dist/plugins/PgRemoveExtensionResourcesPlugin.d.ts.map +1 -1
  143. package/dist/plugins/PgRemoveExtensionResourcesPlugin.js +38 -4
  144. package/dist/plugins/PgRemoveExtensionResourcesPlugin.js.map +1 -1
  145. package/dist/plugins/PgRowByUniquePlugin.d.ts +8 -0
  146. package/dist/plugins/PgRowByUniquePlugin.d.ts.map +1 -1
  147. package/dist/plugins/PgRowByUniquePlugin.js +9 -0
  148. package/dist/plugins/PgRowByUniquePlugin.js.map +1 -1
  149. package/dist/plugins/PgTableNodePlugin.d.ts +5 -0
  150. package/dist/plugins/PgTableNodePlugin.d.ts.map +1 -1
  151. package/dist/plugins/PgTableNodePlugin.js +64 -36
  152. package/dist/plugins/PgTableNodePlugin.js.map +1 -1
  153. package/dist/plugins/PgTablesPlugin.d.ts +20 -2
  154. package/dist/plugins/PgTablesPlugin.d.ts.map +1 -1
  155. package/dist/plugins/PgTablesPlugin.js +122 -54
  156. package/dist/plugins/PgTablesPlugin.js.map +1 -1
  157. package/dist/plugins/PgTypesPlugin.d.ts +8 -1
  158. package/dist/plugins/PgTypesPlugin.d.ts.map +1 -1
  159. package/dist/plugins/PgTypesPlugin.js +6 -7
  160. package/dist/plugins/PgTypesPlugin.js.map +1 -1
  161. package/dist/preset.d.ts.map +1 -1
  162. package/dist/preset.js +6 -2
  163. package/dist/preset.js.map +1 -1
  164. package/dist/utils.d.ts +1 -2
  165. package/dist/utils.d.ts.map +1 -1
  166. package/dist/utils.js +63 -24
  167. package/dist/utils.js.map +1 -1
  168. package/dist/version.d.ts +1 -1
  169. package/dist/version.d.ts.map +1 -1
  170. package/dist/version.js +1 -1
  171. package/dist/version.js.map +1 -1
  172. package/dist/watchFixtures.js +1 -1
  173. package/package.json +34 -33
  174. package/dist/interfaces.d.ts +0 -89
  175. package/dist/interfaces.d.ts.map +0 -1
  176. package/dist/interfaces.js +0 -3
  177. package/dist/interfaces.js.map +0 -1
  178. package/dist/pgServices.d.ts +0 -18
  179. package/dist/pgServices.d.ts.map +0 -1
  180. package/dist/pgServices.js +0 -133
  181. package/dist/pgServices.js.map +0 -1
  182. package/dist/plugins/PgContextPlugin.d.ts +0 -2
  183. package/dist/plugins/PgContextPlugin.d.ts.map +0 -1
  184. package/dist/plugins/PgContextPlugin.js +0 -52
  185. package/dist/plugins/PgContextPlugin.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,821 @@
1
1
  # graphile-build-pg
2
2
 
3
+ ## 5.0.0-beta.31
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2208](https://github.com/graphile/crystal/pull/2208)
8
+ [`632691409`](https://github.com/graphile/crystal/commit/6326914098af55f20ac85ccf3537e75910a7dafa)
9
+ Thanks [@benjie](https://github.com/benjie)! - Behaviors can now be registered
10
+ by more than one plugin. Apply behaviors to more entities. Don't log so much.
11
+ - Updated dependencies
12
+ [[`632691409`](https://github.com/graphile/crystal/commit/6326914098af55f20ac85ccf3537e75910a7dafa)]:
13
+ - graphile-build@5.0.0-beta.27
14
+
15
+ ## 5.0.0-beta.30
16
+
17
+ ### Patch Changes
18
+
19
+ - [#2207](https://github.com/graphile/crystal/pull/2207)
20
+ [`0b1f7b577`](https://github.com/graphile/crystal/commit/0b1f7b577114a49b8e3283823845ec6e37484240)
21
+ Thanks [@benjie](https://github.com/benjie)! - Fix overwhelming logs and
22
+ errors being output by the new behavior system
23
+
24
+ - Updated dependencies
25
+ [[`0b1f7b577`](https://github.com/graphile/crystal/commit/0b1f7b577114a49b8e3283823845ec6e37484240)]:
26
+ - graphile-build@5.0.0-beta.26
27
+
28
+ ## 5.0.0-beta.29
29
+
30
+ ### Patch Changes
31
+
32
+ - [#2197](https://github.com/graphile/crystal/pull/2197)
33
+ [`d7e6e714f`](https://github.com/graphile/crystal/commit/d7e6e714f0cc5656112703484298b77538b2dccc)
34
+ Thanks [@benjie](https://github.com/benjie)! - Amber preset now supports
35
+ `@resultFieldName` on mutation functions, like V4 preset does.
36
+
37
+ - [#2187](https://github.com/graphile/crystal/pull/2187)
38
+ [`bb006ec7b`](https://github.com/graphile/crystal/commit/bb006ec7bdab24192c84f093ce3f92969aeb7279)
39
+ Thanks [@benjie](https://github.com/benjie)! - Fix behavior inheritance
40
+ especially around functions incorrectly inheriting from their underlying
41
+ codecs, bugs in unlogged/temp table behavior, and incorrect skipping of
42
+ generating table types. You may find after this change you have fields
43
+ appearing in your schema that were not present before, typically these will
44
+ represent database functions where you `@omit`'d the underlying table -
45
+ omitting the table should not prevent a function from accessing it. Further,
46
+ fix behavior of `@omit read` emulation to add
47
+ `-connection -list -array -single`.
48
+
49
+ - [#2156](https://github.com/graphile/crystal/pull/2156)
50
+ [`6fdc6cad8`](https://github.com/graphile/crystal/commit/6fdc6cad8f8d1230202df533d05cc2bd80538f09)
51
+ Thanks [@benjie](https://github.com/benjie)! - Added `pgRegistry.pgExecutors`
52
+ so executors don't need to be looked up from a resource (this causes
53
+ confusion) - instead they can be referenced directly. By default there's one
54
+ executor called `main`, i.e. `build.input.pgRegistry.pgExecutors.main`.
55
+
56
+ - [#2189](https://github.com/graphile/crystal/pull/2189)
57
+ [`0df171123`](https://github.com/graphile/crystal/commit/0df17112300a8ea391dfd220c5f05d362ceaa58a)
58
+ Thanks [@benjie](https://github.com/benjie)! - Fix issue with manyToMany
59
+ behavior warnings
60
+
61
+ - [#2158](https://github.com/graphile/crystal/pull/2158)
62
+ [`dfac43992`](https://github.com/graphile/crystal/commit/dfac43992019b0b6c1d113d2490a87eb03d103d7)
63
+ Thanks [@benjie](https://github.com/benjie)! - 🚨 Amber preset no longer
64
+ enables backward pagination options (`before`, `last`) on functions by
65
+ default - add `+backwards` behavior to these functions to enable. If you're
66
+ using the V4 preset you should be unaffected by this change because it enables
67
+ `+backwards` by default.
68
+
69
+ - [#2160](https://github.com/graphile/crystal/pull/2160)
70
+ [`426e9320e`](https://github.com/graphile/crystal/commit/426e9320e76ef95927eebb6fe4072050b6208771)
71
+ Thanks [@benjie](https://github.com/benjie)! - Massive overhaul of the
72
+ behavior system which now has a centralized registry of known behaviors and
73
+ applies behaviors in a more careful and nuanced way, removing many hacks and
74
+ workarounds, and ultimately meaning that `defaultBehavior: "-*"` should now
75
+ operate correctly. Importantly, `addBehaviorToTags()` has been removed - you
76
+ should use `plugin.schema.entityBehaviors` to indicate behaviors as shown in
77
+ this PR - do not mod the tags directly unless they're explicitly meant to be
78
+ overrides.
79
+
80
+ Technically this is a significant breaking change (besides the removal of the
81
+ `addBehaviorToTags()` helper) because the order in which behaviors are applied
82
+ has changed, and so a different behavior might ultimately "win". This shows up
83
+ in places where there is ambiguity, for example if you add `@filterable` to a
84
+ function that you don't have execute permissions on, that function will now
85
+ show up in the schema since user overrides (smart tags) "win" versus inferred
86
+ behaviors such as introspected permissions; this wasn't the case before.
87
+ Hopefully most users will not notice any difference, and for those who do, the
88
+ `graphile behavior debug` CLI may be able to help you figure out what's going
89
+ on.
90
+
91
+ Be sure to print your schema before and after this update and look for
92
+ changes; if there are changes then you likely need to fix the relevant
93
+ behaviors/smart tags. (Hopefully there's no changes for you!)
94
+
95
+ You'll also need to change any places where you're specifying behaviors that
96
+ will be type checked; you can either cast your existing strings e.g.
97
+ `defaultBehavior: "+connection -list" as GraphileBuild.BehaviorString`, or
98
+ preferably you can specify your behaviors as an array, which should give you
99
+ auto-complete on each entry; e.g. `defaultBehavior: ["connection", "-list"]`.
100
+
101
+ - [#2188](https://github.com/graphile/crystal/pull/2188)
102
+ [`cc0941731`](https://github.com/graphile/crystal/commit/cc0941731a1679bc04ce7b7fd4254009bb5f1f62)
103
+ Thanks [@benjie](https://github.com/benjie)! - Overhaul the way in which
104
+ `graphile-config` presets work such that including a preset at two different
105
+ layers shouldn't result in unexpected behavior.
106
+
107
+ - [#2157](https://github.com/graphile/crystal/pull/2157)
108
+ [`50f6ce456`](https://github.com/graphile/crystal/commit/50f6ce456de3edd084869b54ee9f2eaf51a7fa0c)
109
+ Thanks [@benjie](https://github.com/benjie)! - 🚨 PostGraphile now ignores
110
+ unlogged database tables by default.
111
+
112
+ - [#2199](https://github.com/graphile/crystal/pull/2199)
113
+ [`3b09b414f`](https://github.com/graphile/crystal/commit/3b09b414ff43c34593373fa1f242481b0c7ada70)
114
+ Thanks [@benjie](https://github.com/benjie)! - Database enum comments are now
115
+ reflected in the schema.
116
+
117
+ - [#2196](https://github.com/graphile/crystal/pull/2196)
118
+ [`b7b6dd64f`](https://github.com/graphile/crystal/commit/b7b6dd64fcc07f2ca15528fd39d61297d743dcc6)
119
+ Thanks [@benjie](https://github.com/benjie)! - 🚨 `@notNull` on a volatile
120
+ function now results in the field on the payload becoming non-null, not the
121
+ mutation field itself.
122
+
123
+ - [#2155](https://github.com/graphile/crystal/pull/2155)
124
+ [`8b472cd51`](https://github.com/graphile/crystal/commit/8b472cd51cd66d8227f9f2722d09c0a774792b0f)
125
+ Thanks [@benjie](https://github.com/benjie)! - `disablePlugins` now supports
126
+ TypeScript auto-completion of known plugin names. Other names are still
127
+ accepted without error, so this is just a minor DX improvement rather than
128
+ type safety.
129
+
130
+ - [#2198](https://github.com/graphile/crystal/pull/2198)
131
+ [`ba637b56d`](https://github.com/graphile/crystal/commit/ba637b56d79a14f82fe555739921724eab0c07f7)
132
+ Thanks [@benjie](https://github.com/benjie)! - Ensure that interface subtypes
133
+ are added to schema even if not referenced directly.
134
+ - Updated dependencies
135
+ [[`d5834def1`](https://github.com/graphile/crystal/commit/d5834def1fb84f3e2c0c0a6f146f8249a6df890a),
136
+ [`653929af0`](https://github.com/graphile/crystal/commit/653929af0a99a8a4d52b66e66c736be668b8700a),
137
+ [`6fdc6cad8`](https://github.com/graphile/crystal/commit/6fdc6cad8f8d1230202df533d05cc2bd80538f09),
138
+ [`42b982463`](https://github.com/graphile/crystal/commit/42b9824637a6c05e02935f2b05b5e8e0c61965a6),
139
+ [`eb69c7361`](https://github.com/graphile/crystal/commit/eb69c7361fc7bf8c5b1ce342eeb698bd28c9e013),
140
+ [`54054b873`](https://github.com/graphile/crystal/commit/54054b8733236ba7b2f2fa47d84e085f7196e3f9),
141
+ [`884a4b429`](https://github.com/graphile/crystal/commit/884a4b4297af90fdadaf73addd524f1fbbcfdcce),
142
+ [`1eac03ec2`](https://github.com/graphile/crystal/commit/1eac03ec2e9da65c64b7754c04292f43da82c40b),
143
+ [`38835313a`](https://github.com/graphile/crystal/commit/38835313ad93445206dccdd4cf07b90c5a6e4377),
144
+ [`426e9320e`](https://github.com/graphile/crystal/commit/426e9320e76ef95927eebb6fe4072050b6208771),
145
+ [`2efadc0f8`](https://github.com/graphile/crystal/commit/2efadc0f80c3a0c172fb94c770afecc5447e832b),
146
+ [`e8a9fd424`](https://github.com/graphile/crystal/commit/e8a9fd4243981b892364148eca1df66620ddeb87),
147
+ [`cc0941731`](https://github.com/graphile/crystal/commit/cc0941731a1679bc04ce7b7fd4254009bb5f1f62),
148
+ [`50f6ce456`](https://github.com/graphile/crystal/commit/50f6ce456de3edd084869b54ee9f2eaf51a7fa0c),
149
+ [`b0865d169`](https://github.com/graphile/crystal/commit/b0865d1691105b5419009954c98c8109a27a5d81),
150
+ [`3b09b414f`](https://github.com/graphile/crystal/commit/3b09b414ff43c34593373fa1f242481b0c7ada70),
151
+ [`8b472cd51`](https://github.com/graphile/crystal/commit/8b472cd51cd66d8227f9f2722d09c0a774792b0f),
152
+ [`ba637b56d`](https://github.com/graphile/crystal/commit/ba637b56d79a14f82fe555739921724eab0c07f7),
153
+ [`9cd9bb522`](https://github.com/graphile/crystal/commit/9cd9bb5222a9f0398ee4b8bfa4f741b6de2a2192)]:
154
+ - grafast@0.1.1-beta.15
155
+ - graphile-build@5.0.0-beta.25
156
+ - @dataplan/pg@0.0.1-beta.26
157
+ - pg-introspection@0.0.1-beta.9
158
+ - graphile-config@0.0.1-beta.10
159
+
160
+ ## 5.0.0-beta.28
161
+
162
+ ### Patch Changes
163
+
164
+ - [#2149](https://github.com/graphile/crystal/pull/2149)
165
+ [`52ef49ca9`](https://github.com/graphile/crystal/commit/52ef49ca9357e63d0aa5c06ac089bf57ee991c73)
166
+ Thanks [@benjie](https://github.com/benjie)! - Fixed a bug in 'relational'
167
+ polymorphism where relations to each of the concrete types would
168
+ non-sensically be added to each of the concrete types.
169
+
170
+ - [#2149](https://github.com/graphile/crystal/pull/2149)
171
+ [`d9d07b97b`](https://github.com/graphile/crystal/commit/d9d07b97b41c928033b9a920931ae0ccccf88e82)
172
+ Thanks [@benjie](https://github.com/benjie)! - 🚨 `pgCodecRef` behaviors are
173
+ now presented a `[codec, refName]` tuple rather than the ref object directly.
174
+ You can get the old `ref` object via `codec.refs?.[refName]`
175
+ - Updated dependencies
176
+ [[`82ce02cd9`](https://github.com/graphile/crystal/commit/82ce02cd93df3df3c9570c3528483c4f720ff9bb),
177
+ [`871d32b2a`](https://github.com/graphile/crystal/commit/871d32b2a18df0d257880fc54a61d9e68c4607d6),
178
+ [`e8a0c4441`](https://github.com/graphile/crystal/commit/e8a0c4441cd04402974cd0af6b80816c9cda91e7),
179
+ [`a26e3a30c`](https://github.com/graphile/crystal/commit/a26e3a30c02f963f8f5e9c9d021e871f33689e1b),
180
+ [`eca7e62e2`](https://github.com/graphile/crystal/commit/eca7e62e2a09af77f4f166a281dab81d009d9ec1),
181
+ [`02c11a4d4`](https://github.com/graphile/crystal/commit/02c11a4d42bf434dffc9354b300e8d791c4eeb2d)]:
182
+ - @dataplan/pg@0.0.1-beta.25
183
+ - grafast@0.1.1-beta.14
184
+ - graphile-build@5.0.0-beta.24
185
+
186
+ ## 5.0.0-beta.27
187
+
188
+ ### Patch Changes
189
+
190
+ - Updated dependencies
191
+ [[`807650035`](https://github.com/graphile/crystal/commit/8076500354a3e2bc2de1b6c4e947bd710cc5bddc)]:
192
+ - @dataplan/pg@0.0.1-beta.24
193
+ - grafast@0.1.1-beta.13
194
+ - graphile-build@5.0.0-beta.23
195
+
196
+ ## 5.0.0-beta.26
197
+
198
+ ### Patch Changes
199
+
200
+ - [#2129](https://github.com/graphile/crystal/pull/2129)
201
+ [`1f67999eb`](https://github.com/graphile/crystal/commit/1f67999eb11435562ca76e8e7349aaadc28390f6)
202
+ Thanks [@benjie](https://github.com/benjie)! - Fix bug in orderBy planning
203
+ that caused a new plan to be required for every request.
204
+
205
+ - [#1985](https://github.com/graphile/crystal/pull/1985)
206
+ [`d6102714e`](https://github.com/graphile/crystal/commit/d6102714e4fec35952784c988c1617c789eee0cd)
207
+ Thanks [@hannesj](https://github.com/hannesj)! - 🚨 PostgreSQL adaptor is no
208
+ longer loaded via string value; instead you must pass the adaptor instance
209
+ directly. If you have `adaptor: "@dataplan/pg/adaptors/pg"` then replace it
210
+ with `adaptor: await import("@dataplan/pg/adaptors/pg")`. (This shouldn't
211
+ cause you issues because you _should_ be using `makePgService` to construct
212
+ your `pgServices` rather than building raw objects.)
213
+
214
+ 🚨 If you've implemented a custom PgAdaptor, talk to Benjie about how to port
215
+ it. (Should be straightforward, but no point me figuring it out if no-one has
216
+ done it yet 🤷)
217
+
218
+ This change improves bundle-ability by reducing the number of dynamic imports.
219
+
220
+ Also: `PgAdaptorOptions` has been renamed to `PgAdaptorSettings`, so please do
221
+ a global find and replace for that.
222
+
223
+ - Updated dependencies
224
+ [[`1bd50b61e`](https://github.com/graphile/crystal/commit/1bd50b61ebb10b7d09b3612c2e2767c41cca3b78),
225
+ [`8bdc553b7`](https://github.com/graphile/crystal/commit/8bdc553b79aae21a27d22a4e1f1e57ee2e5d1d3f),
226
+ [`4e102b1a1`](https://github.com/graphile/crystal/commit/4e102b1a1cd232e6f6703df0706415f01831dab2),
227
+ [`1cabbd311`](https://github.com/graphile/crystal/commit/1cabbd311bdefd7ce78f8dacbf61a42237a6c73c),
228
+ [`7bb1573ba`](https://github.com/graphile/crystal/commit/7bb1573ba45a4d8b7fa9ad53cdd79686d2641383),
229
+ [`590b6fdf5`](https://github.com/graphile/crystal/commit/590b6fdf5d04a392c4cc9e8bdad83278377c547b),
230
+ [`18addb385`](https://github.com/graphile/crystal/commit/18addb3852525aa91019a36d58fa2fecd8b5b443),
231
+ [`d6102714e`](https://github.com/graphile/crystal/commit/d6102714e4fec35952784c988c1617c789eee0cd),
232
+ [`6ed615e55`](https://github.com/graphile/crystal/commit/6ed615e557b2ab1fb57f1e68c06730a8e3da7175),
233
+ [`b25cc539c`](https://github.com/graphile/crystal/commit/b25cc539c00aeda7a943c37509aaae4dc7812317),
234
+ [`867f33136`](https://github.com/graphile/crystal/commit/867f331365346fc46ed1e0d23c79719846e398f4),
235
+ [`925123497`](https://github.com/graphile/crystal/commit/925123497cf17b5e145ab80f62fa9de768a977ae),
236
+ [`cf535c210`](https://github.com/graphile/crystal/commit/cf535c21078da06c14dd12f30e9b4378da4ded03),
237
+ [`acf99b190`](https://github.com/graphile/crystal/commit/acf99b190954e3c5926e820daed68dfe8eb3ee1f),
238
+ [`4967a197f`](https://github.com/graphile/crystal/commit/4967a197fd2c71ee2a581fe29470ee9f30e74de5),
239
+ [`1908e1ba1`](https://github.com/graphile/crystal/commit/1908e1ba11883a34dac66f985fc20ab160e572b1),
240
+ [`084d80be6`](https://github.com/graphile/crystal/commit/084d80be6e17187c9a9932bcf079e3f460368782),
241
+ [`aa0474755`](https://github.com/graphile/crystal/commit/aa0474755142a758fc58c5c1a30b8c754bc84e7c)]:
242
+ - grafast@0.1.1-beta.12
243
+ - @dataplan/pg@0.0.1-beta.23
244
+ - graphile-build@5.0.0-beta.22
245
+
246
+ ## 5.0.0-beta.25
247
+
248
+ ### Patch Changes
249
+
250
+ - Updated dependencies
251
+ [[`582bd768f`](https://github.com/graphile/crystal/commit/582bd768fec403ce3284f293b85b9fd86e4d3f40)]:
252
+ - graphile-build@5.0.0-beta.21
253
+ - graphile-config@0.0.1-beta.9
254
+ - @dataplan/pg@0.0.1-beta.22
255
+ - grafast@0.1.1-beta.11
256
+
257
+ ## 5.0.0-beta.24
258
+
259
+ ### Patch Changes
260
+
261
+ - Updated dependencies
262
+ [[`3c161f7e1`](https://github.com/graphile/crystal/commit/3c161f7e13375105b1035a7d5d1c0f2b507ca5c7),
263
+ [`a674a9923`](https://github.com/graphile/crystal/commit/a674a9923bc908c9315afa40e0cb256ee0953d16),
264
+ [`b7cfeffd1`](https://github.com/graphile/crystal/commit/b7cfeffd1019d61c713a5054c4f5929960a2a6ab)]:
265
+ - grafast@0.1.1-beta.10
266
+ - @dataplan/pg@0.0.1-beta.21
267
+ - graphile-build@5.0.0-beta.20
268
+
269
+ ## 5.0.0-beta.23
270
+
271
+ ### Patch Changes
272
+
273
+ - [#2064](https://github.com/graphile/crystal/pull/2064)
274
+ [`437570f97`](https://github.com/graphile/crystal/commit/437570f97e8520afaf3d0d0b514d1f4c31546b76)
275
+ Thanks [@benjie](https://github.com/benjie)! - Fix a bug relating to Global
276
+ Object Identifiers (specifically in update mutations, but probably elsewhere
277
+ too) related to early exit.
278
+ - Updated dependencies
279
+ [[`437570f97`](https://github.com/graphile/crystal/commit/437570f97e8520afaf3d0d0b514d1f4c31546b76)]:
280
+ - grafast@0.1.1-beta.9
281
+ - @dataplan/pg@0.0.1-beta.20
282
+ - graphile-build@5.0.0-beta.19
283
+
284
+ ## 5.0.0-beta.22
285
+
286
+ ### Patch Changes
287
+
288
+ - [#2056](https://github.com/graphile/crystal/pull/2056)
289
+ [`1842af661`](https://github.com/graphile/crystal/commit/1842af661950d5f962b65f6362a45a3b9c8f15e8)
290
+ Thanks [@benjie](https://github.com/benjie)! - Improve exporting of resource
291
+ options (neater export code)
292
+
293
+ - Updated dependencies
294
+ [[`1842af661`](https://github.com/graphile/crystal/commit/1842af661950d5f962b65f6362a45a3b9c8f15e8),
295
+ [`bd5a908a4`](https://github.com/graphile/crystal/commit/bd5a908a4d04310f90dfb46ad87398ffa993af3b)]:
296
+ - graphile-build@5.0.0-beta.18
297
+ - grafast@0.1.1-beta.8
298
+ - @dataplan/pg@0.0.1-beta.19
299
+
300
+ ## 5.0.0-beta.21
301
+
302
+ ### Patch Changes
303
+
304
+ - [#2015](https://github.com/graphile/crystal/pull/2015)
305
+ [`5eca6d65a`](https://github.com/graphile/crystal/commit/5eca6d65a816bac3d0ceaa6cafa7df1a79c2be47)
306
+ Thanks [@benjie](https://github.com/benjie)! - Use `inhibitOnNull` when
307
+ decoding a spec ID to prevent it being consumed if invalid (e.g. don't allow
308
+ using a 'Post' node ID to fetch a 'Person' record).
309
+
310
+ - [#1994](https://github.com/graphile/crystal/pull/1994)
311
+ [`ab08cbf9c`](https://github.com/graphile/crystal/commit/ab08cbf9c504c3cc22495a99a965e7634c18a6a3)
312
+ Thanks [@benjie](https://github.com/benjie)! - Introduce
313
+ `interface SQLable {[$toSQL](): SQL}` to `pg-sql2` and use it to simplify SQL
314
+ fragments in various places.
315
+
316
+ - [#1978](https://github.com/graphile/crystal/pull/1978)
317
+ [`a287a57c2`](https://github.com/graphile/crystal/commit/a287a57c2765da0fb6a132ea0953f64453210ceb)
318
+ Thanks [@benjie](https://github.com/benjie)! - Breaking: `connection()` step
319
+ now accepts configuration object in place of 2nd argument onwards:
320
+
321
+ ```diff
322
+ -return connection($list, nodePlan, cursorPlan);
323
+ +return connection($list, { nodePlan, cursorPlan });
324
+ ```
325
+
326
+ Feature: `edgeDataPlan` can be specified as part of this configuration object,
327
+ allowing you to associate edge data with your connection edges:
328
+
329
+ ```ts
330
+ return connection($list, {
331
+ edgeDataPlan($item) {
332
+ return object({ item: $item, otherThing: $otherThing });
333
+ },
334
+ });
335
+
336
+ // ...
337
+
338
+ const plans = {
339
+ FooEdge: {
340
+ otherThing($edge) {
341
+ return $edge.data().get("otherThing");
342
+ },
343
+ },
344
+ };
345
+ ```
346
+
347
+ Feature: `ConnectionStep` and `EdgeStep` gain `get()` methods, so
348
+ `*Connection.edges`, `*Connection.nodes`, `*Connection.pageInfo`, `*Edge.node`
349
+ and `*Edge.cursor` no longer need plans to be defined.
350
+
351
+ - [#2051](https://github.com/graphile/crystal/pull/2051)
352
+ [`45e10950b`](https://github.com/graphile/crystal/commit/45e10950b533f97cdd986e5442e2e160a8e431a2)
353
+ Thanks [@benjie](https://github.com/benjie)! - Resource options now marked
354
+ EXPORTABLE _after_ hooks called, enabling more plugins to be exportable.
355
+
356
+ - [#2050](https://github.com/graphile/crystal/pull/2050)
357
+ [`272608c13`](https://github.com/graphile/crystal/commit/272608c135e4ef0f76b8b5a9f764494a3f3ad779)
358
+ Thanks [@benjie](https://github.com/benjie)! - Add missing EXPORTABLE (and
359
+ remove excessive EXPORTABLE) to fix schema exports.
360
+
361
+ - [#2006](https://github.com/graphile/crystal/pull/2006)
362
+ [`bee0a0a68`](https://github.com/graphile/crystal/commit/bee0a0a68d48816f84b1a7f5ec69bd6069211426)
363
+ Thanks [@benjie](https://github.com/benjie)! - Adopt improved inflection
364
+ typings.
365
+
366
+ - [#2019](https://github.com/graphile/crystal/pull/2019)
367
+ [`51a94417f`](https://github.com/graphile/crystal/commit/51a94417fb62b54d309be184f4be479bc267c2b7)
368
+ Thanks [@benjie](https://github.com/benjie)! - Now possible to filter by relay
369
+ node identifiers without weird results if you pass an incompatible node id
370
+ (e.g. a 'Post' ID where a 'User' ID was expected) - significantly improves the
371
+ Relay preset.
372
+ - Updated dependencies
373
+ [[`357d475f5`](https://github.com/graphile/crystal/commit/357d475f54fecc8c51892e0346d6872b34132430),
374
+ [`30bcd6c12`](https://github.com/graphile/crystal/commit/30bcd6c12e59f878617ea987c35a2f589ce05cb8),
375
+ [`3551725e7`](https://github.com/graphile/crystal/commit/3551725e71c3ed876554e19e5ab2c1dcb0fb1143),
376
+ [`80836471e`](https://github.com/graphile/crystal/commit/80836471e5cedb29dee63bc5002550c4f1713cfd),
377
+ [`b788dd868`](https://github.com/graphile/crystal/commit/b788dd86849e703cc3aa863fd9190c36a087b865),
378
+ [`a5c20fefb`](https://github.com/graphile/crystal/commit/a5c20fefb571dea6d1187515dc48dd547e9e6204),
379
+ [`1ce08980e`](https://github.com/graphile/crystal/commit/1ce08980e2a52ed9bc81564d248c19648ecd3616),
380
+ [`ab08cbf9c`](https://github.com/graphile/crystal/commit/ab08cbf9c504c3cc22495a99a965e7634c18a6a3),
381
+ [`dff4f2535`](https://github.com/graphile/crystal/commit/dff4f2535ac6ce893089b312fcd5fffcd98573a5),
382
+ [`a287a57c2`](https://github.com/graphile/crystal/commit/a287a57c2765da0fb6a132ea0953f64453210ceb),
383
+ [`2fe56f9a6`](https://github.com/graphile/crystal/commit/2fe56f9a6dac03484ace45c29c2223a65f9ca1db),
384
+ [`fed603d71`](https://github.com/graphile/crystal/commit/fed603d719c02f33e12190f925c9e3b06c581fac),
385
+ [`ed6e0d278`](https://github.com/graphile/crystal/commit/ed6e0d2788217a1c419634837f4208013eaf2923),
386
+ [`86168b740`](https://github.com/graphile/crystal/commit/86168b740510aef17bde7ae21f1d0eebb0c5c9b3),
387
+ [`7ad35fe4d`](https://github.com/graphile/crystal/commit/7ad35fe4d9b20f6ec82dc95c362390a87e25b42c),
388
+ [`e82e4911e`](https://github.com/graphile/crystal/commit/e82e4911e32138df1b90ec0fde555ea963018d21),
389
+ [`94a05064e`](https://github.com/graphile/crystal/commit/94a05064ea05108685ff71174a9f871ab5b4c147),
390
+ [`272608c13`](https://github.com/graphile/crystal/commit/272608c135e4ef0f76b8b5a9f764494a3f3ad779),
391
+ [`7606a5b87`](https://github.com/graphile/crystal/commit/7606a5b87aed747fad4eb11744ef7b01cfa3b879),
392
+ [`42ece5aa6`](https://github.com/graphile/crystal/commit/42ece5aa6ca05345ebc17fb5c7d55df3b79b7612),
393
+ [`e0d69e518`](https://github.com/graphile/crystal/commit/e0d69e518a98c70f9b90f59d243ce33978c1b5a1),
394
+ [`db8ceed0f`](https://github.com/graphile/crystal/commit/db8ceed0f17923eb78ff09c9f3f28800a5c7e3b6),
395
+ [`6699388ec`](https://github.com/graphile/crystal/commit/6699388ec167d35c71220ce5d9113cac578da6cb),
396
+ [`966203504`](https://github.com/graphile/crystal/commit/96620350467ab8c65b56adf2f055e19450f8e772),
397
+ [`c1645b249`](https://github.com/graphile/crystal/commit/c1645b249aae949a548cd916e536ccfb63e5ab35),
398
+ [`ed8bbaa3c`](https://github.com/graphile/crystal/commit/ed8bbaa3cd1563a7601ca8c6b0412633b0ea4ce9),
399
+ [`a0e82b9c5`](https://github.com/graphile/crystal/commit/a0e82b9c5f4e585f1af1e147299cd07944ece6f8),
400
+ [`14e2412ee`](https://github.com/graphile/crystal/commit/14e2412ee368e8d53abf6774c7f0069f32d4e8a3),
401
+ [`c48d3da7f`](https://github.com/graphile/crystal/commit/c48d3da7fe4fac2562fab5f085d252a0bfb6f0b6),
402
+ [`57ab0e1e7`](https://github.com/graphile/crystal/commit/57ab0e1e72c01213b21d3efc539cd655d83d993a),
403
+ [`8442242e4`](https://github.com/graphile/crystal/commit/8442242e43cac7d89ca0c413cf42c9fabf6f247f),
404
+ [`bee0a0a68`](https://github.com/graphile/crystal/commit/bee0a0a68d48816f84b1a7f5ec69bd6069211426),
405
+ [`51a94417f`](https://github.com/graphile/crystal/commit/51a94417fb62b54d309be184f4be479bc267c2b7),
406
+ [`64ce7b765`](https://github.com/graphile/crystal/commit/64ce7b7650530251aec38a51089da66f914c19b4),
407
+ [`cba842357`](https://github.com/graphile/crystal/commit/cba84235786acbd77ade53bae7a3fba4a9be1eb7),
408
+ [`2fa77d0f2`](https://github.com/graphile/crystal/commit/2fa77d0f237cdb98d3dafb6b5e4083a2c6c38673),
409
+ [`81d17460c`](https://github.com/graphile/crystal/commit/81d17460ced08608814635779c5cf997c19c101d)]:
410
+ - @dataplan/pg@0.0.1-beta.18
411
+ - grafast@0.1.1-beta.7
412
+ - tamedevil@0.0.0-beta.7
413
+ - pg-sql2@5.0.0-beta.6
414
+ - graphile-build@5.0.0-beta.17
415
+ - pg-introspection@0.0.1-beta.8
416
+ - graphile-config@0.0.1-beta.8
417
+
418
+ ## 5.0.0-beta.20
419
+
420
+ ### Patch Changes
421
+
422
+ - [#1955](https://github.com/graphile/crystal/pull/1955)
423
+ [`6c6be29f1`](https://github.com/graphile/crystal/commit/6c6be29f12b24782c926b2bc62ed2ede09ac05de)
424
+ Thanks [@benjie](https://github.com/benjie)! - Steps are now prevented from
425
+ calling other steps' lifecycle methods. GRAPHILE_ENV is actively encouraged,
426
+ and falls back to NODE_ENV.
427
+
428
+ - [#1949](https://github.com/graphile/crystal/pull/1949)
429
+ [`179d25b09`](https://github.com/graphile/crystal/commit/179d25b09bb3272eeef564067b8e512d8de0112f)
430
+ Thanks [@benjie](https://github.com/benjie)! - Add support for registering
431
+ PgCodecs via plugins, add support for ltree type, improve error messages, no
432
+ longer need to set a gather namespace to use cache/state.
433
+
434
+ - [#1958](https://github.com/graphile/crystal/pull/1958)
435
+ [`8315e8d01`](https://github.com/graphile/crystal/commit/8315e8d01c118cebc4ebbc53a2f264b958b252ad)
436
+ Thanks [@benjie](https://github.com/benjie)! - EXPORTABLE now accepts a third
437
+ argument, `nameHint`, which is used to hint what variable name to use for the
438
+ given value. Used this in `graphile-export` along with some fixes and
439
+ optimizations to improve the exports further.
440
+ - Updated dependencies
441
+ [[`9f85c614d`](https://github.com/graphile/crystal/commit/9f85c614d48dc745c5fed15333dbb75af7fddc88),
442
+ [`6c6be29f1`](https://github.com/graphile/crystal/commit/6c6be29f12b24782c926b2bc62ed2ede09ac05de),
443
+ [`6c80c44b7`](https://github.com/graphile/crystal/commit/6c80c44b76a5eb30cc2b1555ba81a4b6236f4300),
444
+ [`179d25b09`](https://github.com/graphile/crystal/commit/179d25b09bb3272eeef564067b8e512d8de0112f),
445
+ [`8315e8d01`](https://github.com/graphile/crystal/commit/8315e8d01c118cebc4ebbc53a2f264b958b252ad),
446
+ [`9d53dde72`](https://github.com/graphile/crystal/commit/9d53dde726b7304962e921b88a159649e49156e5),
447
+ [`46d8289b4`](https://github.com/graphile/crystal/commit/46d8289b44ab10aea1ff3d2915184650d6896b81)]:
448
+ - @dataplan/pg@0.0.1-beta.17
449
+ - grafast@0.1.1-beta.6
450
+ - graphile-build@5.0.0-beta.16
451
+ - tamedevil@0.0.0-beta.6
452
+ - pg-introspection@0.0.1-beta.7
453
+
454
+ ## 5.0.0-beta.19
455
+
456
+ ### Patch Changes
457
+
458
+ - [#1933](https://github.com/graphile/crystal/pull/1933)
459
+ [`3a2ea80ee`](https://github.com/graphile/crystal/commit/3a2ea80ee470b2aef91366727d7d60a0c65067f5)
460
+ Thanks [@mattiarossi](https://github.com/mattiarossi)! -
461
+ `eslint-plugin-graphile-export` now spots instances of `inputPlan`,
462
+ `applyPlan` and `assertStep` so they can be checked - thanks @mattiarossi!
463
+
464
+ - [#1935](https://github.com/graphile/crystal/pull/1935)
465
+ [`8ea67f891`](https://github.com/graphile/crystal/commit/8ea67f8910693edaf70daa9952e35d8396166f38)
466
+ Thanks [@benjie](https://github.com/benjie)! - Fix lots of things related to
467
+ exporting a schema with `graphile-export`.
468
+
469
+ - [#1935](https://github.com/graphile/crystal/pull/1935)
470
+ [`e20e66ed7`](https://github.com/graphile/crystal/commit/e20e66ed71b499ee5bbf05105f981809fd302212)
471
+ Thanks [@benjie](https://github.com/benjie)! - Make even more of the schema
472
+ exportable, including handling scalars with no parseLiteral definition.
473
+ - Updated dependencies
474
+ [[`49fd8afed`](https://github.com/graphile/crystal/commit/49fd8afed1afe573ea76a2a7a821dfa5d6288e2d),
475
+ [`00d32d887`](https://github.com/graphile/crystal/commit/00d32d887a6ae01374a4fda1babab7c8f14832c0),
476
+ [`63dd7ea99`](https://github.com/graphile/crystal/commit/63dd7ea992d30ad711dd85a73a127484a0e35479),
477
+ [`c62eee10b`](https://github.com/graphile/crystal/commit/c62eee10b445f9455bf2a0524ad2b828bdf4ffa6),
478
+ [`d801c9778`](https://github.com/graphile/crystal/commit/d801c9778a86d61e060896460af9fe62a733534a),
479
+ [`3a2ea80ee`](https://github.com/graphile/crystal/commit/3a2ea80ee470b2aef91366727d7d60a0c65067f5),
480
+ [`ef44c29b2`](https://github.com/graphile/crystal/commit/ef44c29b24a1ad5a042ae1536a4546dd64b17195),
481
+ [`8ea67f891`](https://github.com/graphile/crystal/commit/8ea67f8910693edaf70daa9952e35d8396166f38),
482
+ [`5de3e86eb`](https://github.com/graphile/crystal/commit/5de3e86eba1ddfe5e07732d0325c63e5d72d4b5b),
483
+ [`e20e66ed7`](https://github.com/graphile/crystal/commit/e20e66ed71b499ee5bbf05105f981809fd302212)]:
484
+ - tamedevil@0.0.0-beta.5
485
+ - pg-introspection@0.0.1-beta.6
486
+ - grafast@0.1.1-beta.5
487
+ - graphile-build@5.0.0-beta.15
488
+ - @dataplan/pg@0.0.1-beta.16
489
+ - pg-sql2@5.0.0-beta.5
490
+ - graphile-config@0.0.1-beta.7
491
+
492
+ ## 5.0.0-beta.18
493
+
494
+ ### Patch Changes
495
+
496
+ - [#1904](https://github.com/graphile/crystal/pull/1904)
497
+ [`5b2db0c75`](https://github.com/graphile/crystal/commit/5b2db0c7586182523015f8f79fa4d43f98679c1e)
498
+ Thanks [@benjie](https://github.com/benjie)! - Add pgRefDetails to scope for
499
+ some ref-generated fields, to enable plugins to hook them.
500
+
501
+ - [#1905](https://github.com/graphile/crystal/pull/1905)
502
+ [`184773382`](https://github.com/graphile/crystal/commit/184773382f074a3b5339e4cfabec55173cd4f1e1)
503
+ Thanks [@benjie](https://github.com/benjie)! - Enable specifying the
504
+ polymorphic subtype a function returns via `@returnType MyType` smart tag.
505
+ - Updated dependencies
506
+ [[`555a2be03`](https://github.com/graphile/crystal/commit/555a2be037f49bd599abbaafe6e5d5ab190c96d6),
507
+ [`1b6c2f636`](https://github.com/graphile/crystal/commit/1b6c2f6360a316a8dc550c60e28c61deea538f19),
508
+ [`a2176ea32`](https://github.com/graphile/crystal/commit/a2176ea324db0801249661b30e9c9d314c6fb159),
509
+ [`886833e2e`](https://github.com/graphile/crystal/commit/886833e2e319f23d905d7184ca88fca701b94044),
510
+ [`f97d7976a`](https://github.com/graphile/crystal/commit/f97d7976a683a1e2cb0fed1ce0e30aeff8cc1886)]:
511
+ - @dataplan/pg@0.0.1-beta.15
512
+ - tamedevil@0.0.0-beta.4
513
+ - grafast@0.1.1-beta.4
514
+ - graphile-build@5.0.0-beta.14
515
+
516
+ ## 5.0.0-beta.17
517
+
518
+ ### Patch Changes
519
+
520
+ - Updated dependencies
521
+ [[`0df5511ac`](https://github.com/graphile/crystal/commit/0df5511ac8b79ea34f8d12ebf8feeb421f8fe971),
522
+ [`7851d89ab`](https://github.com/graphile/crystal/commit/7851d89ab4216b0252583f0068a69900fa2ddc88),
523
+ [`470ee4000`](https://github.com/graphile/crystal/commit/470ee40008689de7cf6f206a9897abbe4891ff9b)]:
524
+ - graphile-config@0.0.1-beta.6
525
+ - pg-introspection@0.0.1-beta.5
526
+ - @dataplan/pg@0.0.1-beta.14
527
+ - grafast@0.1.1-beta.3
528
+ - graphile-build@5.0.0-beta.13
529
+
530
+ ## 5.0.0-beta.16
531
+
532
+ ### Patch Changes
533
+
534
+ - [#1884](https://github.com/graphile/crystal/pull/1884)
535
+ [`bce0636d4`](https://github.com/graphile/crystal/commit/bce0636d424476664672166193a181c83476423a)
536
+ Thanks [@benjie](https://github.com/benjie)! - Fixes multiple pgServices codec
537
+ name conflicts by prepending the service name if it's not 'main'.
538
+
539
+ - [#1817](https://github.com/graphile/crystal/pull/1817)
540
+ [`f305c3278`](https://github.com/graphile/crystal/commit/f305c327848eb7baef46c5384a7cc5af6f79db8d)
541
+ Thanks [@benjie](https://github.com/benjie)! - Add support for limiting
542
+ polymorphic plans (only some of them, specifically `pgUnionAll()` right now)
543
+ to limit the types of their results; exposed via an experimental 'only'
544
+ argument on fields, for example
545
+ `allApplications(only: [GcpApplication, AwsApplication])` would limit the type
546
+ of applications returned to only be the two specified.
547
+
548
+ - [#1875](https://github.com/graphile/crystal/pull/1875)
549
+ [`3b558e0c1`](https://github.com/graphile/crystal/commit/3b558e0c110dd49e5d51e49a5ad6463a9ed68ecb)
550
+ Thanks [@enisdenjo](https://github.com/enisdenjo)! - Consider attribute's
551
+ `isNotNull` flag for polymorphic types
552
+
553
+ - [#1884](https://github.com/graphile/crystal/pull/1884)
554
+ [`2ae8d33aa`](https://github.com/graphile/crystal/commit/2ae8d33aa83955649dcd6e7489604b059ed2daf4)
555
+ Thanks [@benjie](https://github.com/benjie)! - Fixes missing await which might
556
+ cause process to exit when something goes wrong during schema building.
557
+
558
+ - [#1885](https://github.com/graphile/crystal/pull/1885)
559
+ [`9e1df08b7`](https://github.com/graphile/crystal/commit/9e1df08b702ae32870a8f1324bab37f447cba868)
560
+ Thanks [@benjie](https://github.com/benjie)! - Fix `orderBy:null` regression
561
+
562
+ - [#1877](https://github.com/graphile/crystal/pull/1877)
563
+ [`8a0cdb95f`](https://github.com/graphile/crystal/commit/8a0cdb95f200b28b0ea1ab5caa12b23dce5f374f)
564
+ Thanks [@benjie](https://github.com/benjie)! - Move 'declare global' out of
565
+ 'interfaces.ts' and into 'index.ts' or equivalent. Should make TypeScript more
566
+ aware of these types.
567
+
568
+ - [#1879](https://github.com/graphile/crystal/pull/1879)
569
+ [`dbd91fdd8`](https://github.com/graphile/crystal/commit/dbd91fdd836f041b6e2ff9d358c6a6f521f43914)
570
+ Thanks [@benjie](https://github.com/benjie)! - Move PgContextPlugin from
571
+ graphile-build-pg into @dataplan/pg so it can be used after schema export
572
+ without needing dependency on graphile-build-pg
573
+
574
+ - [#1841](https://github.com/graphile/crystal/pull/1841)
575
+ [`f1d5ad18e`](https://github.com/graphile/crystal/commit/f1d5ad18e1cd0d59b9e74f619ec6b0de57f07b17)
576
+ Thanks [@benjie](https://github.com/benjie)! - Make smart tags parser more
577
+ forgiving (track parenthesis)
578
+
579
+ - [#1884](https://github.com/graphile/crystal/pull/1884)
580
+ [`c66c3527c`](https://github.com/graphile/crystal/commit/c66c3527ce2bb38afa37242ecb5a22247efd6db9)
581
+ Thanks [@benjie](https://github.com/benjie)! - List codecs can now have names.
582
+
583
+ - [#1876](https://github.com/graphile/crystal/pull/1876)
584
+ [`9fb5cc06e`](https://github.com/graphile/crystal/commit/9fb5cc06ee52165378392969172e6ee8128833f6)
585
+ Thanks [@enisdenjo](https://github.com/enisdenjo)! - Specify `from` in `@ref`
586
+ to apply refs to a single type
587
+
588
+ - Updated dependencies
589
+ [[`3fdc2bce4`](https://github.com/graphile/crystal/commit/3fdc2bce42418773f808c5b8309dfb361cd95ce9),
590
+ [`aeef362b5`](https://github.com/graphile/crystal/commit/aeef362b5744816f01e4a6f714bbd77f92332bc5),
591
+ [`8a76db07f`](https://github.com/graphile/crystal/commit/8a76db07f4c110cecc6225504f9a05ccbcbc7b92),
592
+ [`f305c3278`](https://github.com/graphile/crystal/commit/f305c327848eb7baef46c5384a7cc5af6f79db8d),
593
+ [`8a0cdb95f`](https://github.com/graphile/crystal/commit/8a0cdb95f200b28b0ea1ab5caa12b23dce5f374f),
594
+ [`dbd91fdd8`](https://github.com/graphile/crystal/commit/dbd91fdd836f041b6e2ff9d358c6a6f521f43914),
595
+ [`c66c3527c`](https://github.com/graphile/crystal/commit/c66c3527ce2bb38afa37242ecb5a22247efd6db9),
596
+ [`f66cc40b3`](https://github.com/graphile/crystal/commit/f66cc40b3bc5bf2e7f92fe5a6bd5638e2a51ac2b),
597
+ [`f18635a5c`](https://github.com/graphile/crystal/commit/f18635a5cf55845c9534d82bb483e5fbb9ed179e),
598
+ [`1c9f1c0ed`](https://github.com/graphile/crystal/commit/1c9f1c0edf4e621a5b6345d3a41527a18143c6ae)]:
599
+ - grafast@0.1.1-beta.2
600
+ - @dataplan/pg@0.0.1-beta.13
601
+ - graphile-build@5.0.0-beta.12
602
+ - graphile-config@0.0.1-beta.5
603
+
604
+ ## 5.0.0-beta.15
605
+
606
+ ### Patch Changes
607
+
608
+ - [#1834](https://github.com/graphile/crystal/pull/1834)
609
+ [`2e7fc6449`](https://github.com/graphile/crystal/commit/2e7fc6449c2d08c44c32985811bb2e233a04056b)
610
+ Thanks [@benjie](https://github.com/benjie)! - Fix issue with watch mode where
611
+ schema omits database resources in some situations.
612
+ - Updated dependencies
613
+ [[`49fcb0d58`](https://github.com/graphile/crystal/commit/49fcb0d585b31b291c9072c339d6f5b550eefc9f),
614
+ [`7aef73319`](https://github.com/graphile/crystal/commit/7aef73319a8a147c700727be62427e1eefdefbf8)]:
615
+ - grafast@0.1.1-beta.1
616
+ - graphile-config@0.0.1-beta.4
617
+ - @dataplan/pg@0.0.1-beta.12
618
+ - graphile-build@5.0.0-beta.11
619
+
620
+ ## 5.0.0-beta.14
621
+
622
+ ### Patch Changes
623
+
624
+ - [#1801](https://github.com/graphile/crystal/pull/1801)
625
+ [`2d447a6b4`](https://github.com/graphile/crystal/commit/2d447a6b45d7db2813bd957f412cd959e2185759)
626
+ Thanks [@benjie](https://github.com/benjie)! - Fix bug where the owner of a
627
+ database object wasn't seen as having any privileges.
628
+ - Updated dependencies
629
+ [[`2d447a6b4`](https://github.com/graphile/crystal/commit/2d447a6b45d7db2813bd957f412cd959e2185759)]:
630
+ - pg-introspection@0.0.1-beta.4
631
+ - @dataplan/pg@0.0.1-beta.11
632
+
633
+ ## 5.0.0-beta.13
634
+
635
+ ### Patch Changes
636
+
637
+ - [#1797](https://github.com/graphile/crystal/pull/1797)
638
+ [`26e0bc726`](https://github.com/graphile/crystal/commit/26e0bc72653cd8dcef4b6cfb3c76876a5e620a12)
639
+ Thanks [@benjie](https://github.com/benjie)! - Fix that smart tags were not
640
+ copied onto enum codecs.
641
+
642
+ - Updated dependencies
643
+ [[`26e0bc726`](https://github.com/graphile/crystal/commit/26e0bc72653cd8dcef4b6cfb3c76876a5e620a12)]:
644
+ - @dataplan/pg@0.0.1-beta.11
645
+
646
+ ## 5.0.0-beta.12
647
+
648
+ ### Patch Changes
649
+
650
+ - Updated dependencies
651
+ [[`2805edc68`](https://github.com/graphile/crystal/commit/2805edc68b90546bf71ffd293af4d87a79345825)]:
652
+ - pg-sql2@5.0.0-beta.4
653
+ - @dataplan/pg@0.0.1-beta.10
654
+ - grafast@0.1.1-beta.0
655
+
656
+ ## 5.0.0-beta.11
657
+
658
+ ### Patch Changes
659
+
660
+ - [#1770](https://github.com/graphile/crystal/pull/1770)
661
+ [`9a84bc6dd`](https://github.com/graphile/crystal/commit/9a84bc6dd5b33c1919f75f867df1f61c78686695)
662
+ Thanks [@benjie](https://github.com/benjie)! - Fix issues around enum tables:
663
+ indicate when an enum table codec replaces a regular attribute codec, expose
664
+ helpers for working with enum tables, and don't exclude enum table references
665
+ when using the Relay preset.
666
+
667
+ - [#1769](https://github.com/graphile/crystal/pull/1769)
668
+ [`b728d7fb9`](https://github.com/graphile/crystal/commit/b728d7fb91eb29fbb21d955af5fd9cb4278f6222)
669
+ Thanks [@benjie](https://github.com/benjie)! - Fix error message when ref is
670
+ used with no foreign key.
671
+
672
+ - [#1774](https://github.com/graphile/crystal/pull/1774)
673
+ [`7d55d2c34`](https://github.com/graphile/crystal/commit/7d55d2c343880d7e665f9743f6ae7e39343c22cc)
674
+ Thanks [@benjie](https://github.com/benjie)! - Add
675
+ `preset.gather.pgIdentifiers` setting (values: 'qualified' or 'unqualified');
676
+ if set to 'unqualified' then we will not add the schema name to table or
677
+ function identifiers - it's up to you to ensure they're present in the
678
+ `search_path` (which you can set via `pgSettings` on a per-request basis).
679
+ - Updated dependencies
680
+ [[`4a4d26d87`](https://github.com/graphile/crystal/commit/4a4d26d87ce74589429b8ca5126a7bfdf30351b8),
681
+ [`b2bce88da`](https://github.com/graphile/crystal/commit/b2bce88da26c7a8965468be16fc2d935eadd3434),
682
+ [`861a8a306`](https://github.com/graphile/crystal/commit/861a8a306ef42a821da19e77903ddd7e8130bfb3),
683
+ [`9a84bc6dd`](https://github.com/graphile/crystal/commit/9a84bc6dd5b33c1919f75f867df1f61c78686695),
684
+ [`b728d7fb9`](https://github.com/graphile/crystal/commit/b728d7fb91eb29fbb21d955af5fd9cb4278f6222)]:
685
+ - grafast@0.1.1-beta.0
686
+ - @dataplan/pg@0.0.1-beta.9
687
+ - graphile-build@5.0.0-beta.10
688
+
689
+ ## 5.0.0-beta.10
690
+
691
+ ### Patch Changes
692
+
693
+ - [#514](https://github.com/graphile/crystal-pre-merge/pull/514)
694
+ [`c9848f693`](https://github.com/graphile/crystal-pre-merge/commit/c9848f6936a5abd7740c0638bfb458fb5551f03b)
695
+ Thanks [@benjie](https://github.com/benjie)! - Update package.json repository
696
+ information
697
+
698
+ - Updated dependencies
699
+ [[`c9848f693`](https://github.com/graphile/crystal-pre-merge/commit/c9848f6936a5abd7740c0638bfb458fb5551f03b),
700
+ [`ede1092fe`](https://github.com/graphile/crystal-pre-merge/commit/ede1092fe197719b6fa786f4cfa75f6a1f4c56c1),
701
+ [`566983fbd`](https://github.com/graphile/crystal-pre-merge/commit/566983fbd99c4b2df8c4ebd6260521670a2b7dfc),
702
+ [`409bf6071`](https://github.com/graphile/crystal-pre-merge/commit/409bf607180d4d8faec658c803e5ec4d1a00c451)]:
703
+ - graphile-build@5.0.0-beta.9
704
+ - pg-introspection@0.0.1-beta.3
705
+ - graphile-config@0.0.1-beta.3
706
+ - @dataplan/pg@0.0.1-beta.8
707
+ - grafast@0.0.1-beta.8
708
+ - tamedevil@0.0.0-beta.3
709
+ - pg-sql2@5.0.0-beta.3
710
+
711
+ ## 5.0.0-beta.9
712
+
713
+ ### Patch Changes
714
+
715
+ - Updated dependencies
716
+ [[`3700e204f`](https://github.com/benjie/crystal/commit/3700e204f430db182c92ca7abc82017c81fa1f9b)]:
717
+ - grafast@0.0.1-beta.7
718
+ - @dataplan/pg@0.0.1-beta.7
719
+ - graphile-build@5.0.0-beta.8
720
+
721
+ ## 5.0.0-beta.8
722
+
723
+ ### Patch Changes
724
+
725
+ - [#496](https://github.com/benjie/crystal/pull/496)
726
+ [`c9bfd9892`](https://github.com/benjie/crystal/commit/c9bfd989247f9433fb5b18c5175c9d8d64cd21a1)
727
+ Thanks [@benjie](https://github.com/benjie)! - Update dependencies (sometimes
728
+ through major versions).
729
+
730
+ - Updated dependencies
731
+ [[`c9bfd9892`](https://github.com/benjie/crystal/commit/c9bfd989247f9433fb5b18c5175c9d8d64cd21a1),
732
+ [`e613b476d`](https://github.com/benjie/crystal/commit/e613b476d6ee867d1f7509c895dabee40e7f9a31)]:
733
+ - graphile-build@5.0.0-beta.7
734
+ - pg-introspection@0.0.1-beta.2
735
+ - graphile-config@0.0.1-beta.2
736
+ - @dataplan/pg@0.0.1-beta.6
737
+ - grafast@0.0.1-beta.6
738
+ - tamedevil@0.0.0-beta.2
739
+ - pg-sql2@5.0.0-beta.2
740
+
741
+ ## 5.0.0-beta.7
742
+
743
+ ### Patch Changes
744
+
745
+ - [#488](https://github.com/benjie/crystal/pull/488)
746
+ [`e916b7412`](https://github.com/benjie/crystal/commit/e916b7412fc1fbbcb1578dbe07684189c2a720ad)
747
+ Thanks [@benjie](https://github.com/benjie)! - Fix issues with polymorphism
748
+ when interacting with nodeIds, particularly in mutations and SQL functions.
749
+
750
+ - [#488](https://github.com/benjie/crystal/pull/488)
751
+ [`109c8ec67`](https://github.com/benjie/crystal/commit/109c8ec6784dc74f4c4c4c43cc61516cc12401c8)
752
+ Thanks [@benjie](https://github.com/benjie)! - Add new pgTableResource helper
753
+ and refactor a lot of code to use it, reducing code in many cases
754
+ - Updated dependencies
755
+ [[`95e902f54`](https://github.com/benjie/crystal/commit/95e902f5403c16895e874692f7650293d77590dd),
756
+ [`53186213a`](https://github.com/benjie/crystal/commit/53186213ade962f4b66cb0d5ea8b57b5ce7ea85f),
757
+ [`73f1b5218`](https://github.com/benjie/crystal/commit/73f1b52187b2e009d502afa1db8a4e8f702e2958)]:
758
+ - @dataplan/pg@0.0.1-beta.5
759
+ - grafast@0.0.1-beta.5
760
+ - graphile-build@5.0.0-beta.6
761
+
762
+ ## 5.0.0-beta.6
763
+
764
+ ### Patch Changes
765
+
766
+ - [#459](https://github.com/benjie/crystal/pull/459)
767
+ [`d17dd1cd4`](https://github.com/benjie/crystal/commit/d17dd1cd47d6cb125fbc84c38a8c004857e1bdd2)
768
+ Thanks [@benjie](https://github.com/benjie)! - Disable mutations for
769
+ `@interface mode:relational` tables. (They shouldn't have been enabled, and
770
+ they don't work yet.)
771
+
772
+ - [#464](https://github.com/benjie/crystal/pull/464)
773
+ [`00d026409`](https://github.com/benjie/crystal/commit/00d0264090f90914eac881b34918fa3370782adc)
774
+ Thanks [@benjie](https://github.com/benjie)! - `@dataplan/pg/adaptors/pg` now
775
+ adds `rawClient` property which is the underlying Postgres client for use with
776
+ `pgTyped`, `zapatos`, and other libraries that can use a raw postgres client.
777
+ This is exposed via `NodePostgresPgClient` interface which is a subtype of
778
+ `PgClient`.
779
+ - Updated dependencies
780
+ [[`53f0488b1`](https://github.com/benjie/crystal/commit/53f0488b1c060fe9f5dfcd67ad5c0bd932a4b7aa),
781
+ [`f9cc88dc4`](https://github.com/benjie/crystal/commit/f9cc88dc442d371aee154a28d4e63c6da39f6b2e),
782
+ [`00d026409`](https://github.com/benjie/crystal/commit/00d0264090f90914eac881b34918fa3370782adc)]:
783
+ - @dataplan/pg@0.0.1-beta.4
784
+ - grafast@0.0.1-beta.4
785
+ - graphile-build@5.0.0-beta.5
786
+
787
+ ## 5.0.0-beta.5
788
+
789
+ ### Patch Changes
790
+
791
+ - [#457](https://github.com/benjie/crystal/pull/457)
792
+ [`22ecd1e5d`](https://github.com/benjie/crystal/commit/22ecd1e5de1dcd094be3085cba56b705446413f9)
793
+ Thanks [@benjie](https://github.com/benjie)! - Hotfix: PgTableNodePlugin
794
+ should only deal with table resources
795
+
796
+ ## 5.0.0-beta.4
797
+
798
+ ### Patch Changes
799
+
800
+ - [#454](https://github.com/benjie/crystal/pull/454)
801
+ [`196e5c1aa`](https://github.com/benjie/crystal/commit/196e5c1aab52dbe2a069d0a15b9e4931523fd2dd)
802
+ Thanks [@benjie](https://github.com/benjie)! -
803
+ `@interface mode=single/relational` now get `Node` interface if the table has
804
+ a PK.
805
+
806
+ 🚨 `@interface mode=union` no longer gets `Node` interface unless you also add
807
+ `@behavior node`.
808
+
809
+ - [#454](https://github.com/benjie/crystal/pull/454)
810
+ [`e75bf57dd`](https://github.com/benjie/crystal/commit/e75bf57ddb20d20c86dba880cbb1970ec6a875af)
811
+ Thanks [@benjie](https://github.com/benjie)! - Automatically register
812
+ connection types for unionMember unions.
813
+
814
+ - Updated dependencies
815
+ [[`196e5c1aa`](https://github.com/benjie/crystal/commit/196e5c1aab52dbe2a069d0a15b9e4931523fd2dd)]:
816
+ - graphile-build@5.0.0-beta.4
817
+ - @dataplan/pg@0.0.1-beta.3
818
+
3
819
  ## 5.0.0-beta.3
4
820
 
5
821
  ### Patch Changes