@aws-amplify/graphql-model-transformer 0.16.3-delta-table-improvements.0 → 0.16.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +53 -339
- package/lib/graphql-model-transformer.d.ts +0 -3
- package/lib/graphql-model-transformer.d.ts.map +1 -1
- package/lib/graphql-model-transformer.js +4 -45
- package/lib/graphql-model-transformer.js.map +1 -1
- package/lib/resolvers/mutation.d.ts +3 -3
- package/lib/resolvers/mutation.d.ts.map +1 -1
- package/lib/resolvers/mutation.js +3 -15
- package/lib/resolvers/mutation.js.map +1 -1
- package/lib/resolvers/query.d.ts +1 -1
- package/lib/resolvers/query.d.ts.map +1 -1
- package/lib/resolvers/query.js +25 -30
- package/lib/resolvers/query.js.map +1 -1
- package/package.json +20 -20
- package/src/__tests__/__snapshots__/model-transformer.test.ts.snap +20 -4
- package/src/__tests__/model-transformer.test.ts +0 -26
- package/src/graphql-model-transformer.ts +4 -67
- package/src/resolvers/mutation.ts +3 -15
- package/src/resolvers/query.ts +46 -67
- package/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,634 +3,348 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
## [0.16.3
|
|
6
|
+
## [0.16.3](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.16.2...@aws-amplify/graphql-model-transformer@0.16.3) (2022-11-08)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
10
|
## [0.16.2](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.16.1...@aws-amplify/graphql-model-transformer@0.16.2) (2022-10-26)
|
|
15
11
|
|
|
16
12
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
17
13
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
14
|
## [0.16.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.16.0...@aws-amplify/graphql-model-transformer@0.16.1) (2022-10-24)
|
|
23
15
|
|
|
24
16
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
25
17
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
18
|
# [0.16.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.15.7...@aws-amplify/graphql-model-transformer@0.16.0) (2022-10-04)
|
|
31
19
|
|
|
32
|
-
|
|
33
20
|
### Features
|
|
34
21
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
22
|
+
- **graphql:** subscriptions rtf support ([#837](https://github.com/aws-amplify/amplify-category-api/issues/837)) ([99caa22](https://github.com/aws-amplify/amplify-category-api/commit/99caa22d4d48c317ce98bdc7ae7f19d7e3c0ce94))
|
|
40
23
|
|
|
41
24
|
## [0.15.7](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.15.6...@aws-amplify/graphql-model-transformer@0.15.7) (2022-09-14)
|
|
42
25
|
|
|
43
26
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
44
27
|
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
28
|
## [0.15.6](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.15.5...@aws-amplify/graphql-model-transformer@0.15.6) (2022-08-23)
|
|
50
29
|
|
|
51
|
-
|
|
52
30
|
### Reverts
|
|
53
31
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
32
|
+
- Revert "Undo change to directive merge that broke tests" (#756) ([3da2ce6](https://github.com/aws-amplify/amplify-category-api/commit/3da2ce604469d87160de1374f944a891ca9f476b)), closes [#756](https://github.com/aws-amplify/amplify-category-api/issues/756)
|
|
59
33
|
|
|
60
34
|
## [0.15.5](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.15.4...@aws-amplify/graphql-model-transformer@0.15.5) (2022-08-16)
|
|
61
35
|
|
|
62
|
-
|
|
63
36
|
### Bug Fixes
|
|
64
37
|
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
38
|
+
- set cfn values correctly when applying lambda-based conflict resolution ([4542759](https://github.com/aws-amplify/amplify-category-api/commit/45427596bbcfcb83bda18a037b0b540bff812b25))
|
|
70
39
|
|
|
71
40
|
## [0.15.4](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.15.3...@aws-amplify/graphql-model-transformer@0.15.4) (2022-08-04)
|
|
72
41
|
|
|
73
|
-
|
|
74
42
|
### Bug Fixes
|
|
75
43
|
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
44
|
+
- **graphql:** revert subscriptions server-side filtering ([20cffc0](https://github.com/aws-amplify/amplify-category-api/commit/20cffc0810c23f85127a939c0a3b812f87c2a601))
|
|
81
45
|
|
|
82
46
|
## [0.15.3](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.15.2...@aws-amplify/graphql-model-transformer@0.15.3) (2022-07-26)
|
|
83
47
|
|
|
84
|
-
|
|
85
48
|
### Bug Fixes
|
|
86
49
|
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
50
|
+
- **graphql:** incorrect filter expression on model transformer ([#697](https://github.com/aws-amplify/amplify-category-api/issues/697)) ([a6fc3be](https://github.com/aws-amplify/amplify-category-api/commit/a6fc3beb6746bad8fcca55bb85b6615dee7318c8))
|
|
92
51
|
|
|
93
52
|
## [0.15.2](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.15.0...@aws-amplify/graphql-model-transformer@0.15.2) (2022-07-20)
|
|
94
53
|
|
|
95
54
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
96
55
|
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
56
|
## [0.15.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.15.0...@aws-amplify/graphql-model-transformer@0.15.1) (2022-07-14)
|
|
102
57
|
|
|
103
58
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
104
59
|
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
60
|
# [0.15.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.14.6...@aws-amplify/graphql-model-transformer@0.15.0) (2022-07-01)
|
|
110
61
|
|
|
111
|
-
|
|
112
62
|
### Features
|
|
113
63
|
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
64
|
+
- **graphql:** add runtime filtering support for subscriptions ([#551](https://github.com/aws-amplify/amplify-category-api/issues/551)) ([0a24bb0](https://github.com/aws-amplify/amplify-category-api/commit/0a24bb0444ecc0947218db41094ab4ef4f0e2948))
|
|
119
65
|
|
|
120
66
|
## [0.14.6](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.14.5...@aws-amplify/graphql-model-transformer@0.14.6) (2022-06-23)
|
|
121
67
|
|
|
122
68
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
123
69
|
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
70
|
## [0.14.5](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.14.4...@aws-amplify/graphql-model-transformer@0.14.5) (2022-06-13)
|
|
129
71
|
|
|
130
72
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
131
73
|
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
74
|
## [0.14.4](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.14.3...@aws-amplify/graphql-model-transformer@0.14.4) (2022-06-10)
|
|
137
75
|
|
|
138
76
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
139
77
|
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
78
|
## [0.14.3](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.14.0...@aws-amplify/graphql-model-transformer@0.14.3) (2022-06-07)
|
|
145
79
|
|
|
146
80
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
147
81
|
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
82
|
## [0.14.2](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@0.14.0...@aws-amplify/graphql-model-transformer@0.14.2) (2022-05-31)
|
|
153
83
|
|
|
154
84
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
155
85
|
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
86
|
## [0.14.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.14.0...@aws-amplify/graphql-model-transformer@0.14.1) (2022-05-02)
|
|
161
87
|
|
|
162
88
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
163
89
|
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
90
|
# [0.14.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.13.6...@aws-amplify/graphql-model-transformer@0.14.0) (2022-04-29)
|
|
169
91
|
|
|
170
|
-
|
|
171
92
|
### Features
|
|
172
93
|
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
94
|
+
- dedup appsync functions ([#10289](https://github.com/aws-amplify/amplify-cli/issues/10289)) ([1a5607c](https://github.com/aws-amplify/amplify-cli/commit/1a5607c3e40d3a8144fc5f66a1632d90f061ed99))
|
|
178
95
|
|
|
179
96
|
## [0.13.6](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.13.5...@aws-amplify/graphql-model-transformer@0.13.6) (2022-04-27)
|
|
180
97
|
|
|
181
98
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
182
99
|
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
100
|
## [0.13.5](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.13.4...@aws-amplify/graphql-model-transformer@0.13.5) (2022-04-18)
|
|
188
101
|
|
|
189
|
-
|
|
190
102
|
### Bug Fixes
|
|
191
103
|
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
104
|
+
- **graphql-model-transformer:** fix create mutation when index field is null ([#10073](https://github.com/aws-amplify/amplify-cli/issues/10073)) ([1e9d140](https://github.com/aws-amplify/amplify-cli/commit/1e9d140a529e5a2474968feb26b53ac7c9bb5750))
|
|
197
105
|
|
|
198
106
|
## [0.13.4](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.13.3...@aws-amplify/graphql-model-transformer@0.13.4) (2022-04-07)
|
|
199
107
|
|
|
200
108
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
201
109
|
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
110
|
## [0.13.3](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.13.2...@aws-amplify/graphql-model-transformer@0.13.3) (2022-03-23)
|
|
207
111
|
|
|
208
|
-
|
|
209
112
|
### Bug Fixes
|
|
210
113
|
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
114
|
+
- **graphql:** avoid static datastructures in gql transform ([#10006](https://github.com/aws-amplify/amplify-cli/issues/10006)) ([cd73fdd](https://github.com/aws-amplify/amplify-cli/commit/cd73fdde69f1545683e81684c4f9267145b845c6))
|
|
216
115
|
|
|
217
116
|
## [0.13.2](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.13.1...@aws-amplify/graphql-model-transformer@0.13.2) (2022-02-25)
|
|
218
117
|
|
|
219
118
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
220
119
|
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
120
|
## [0.13.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.13.0...@aws-amplify/graphql-model-transformer@0.13.1) (2022-02-15)
|
|
226
121
|
|
|
227
122
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
228
123
|
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
124
|
# [0.13.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.10.8...@aws-amplify/graphql-model-transformer@0.13.0) (2022-01-31)
|
|
234
125
|
|
|
235
|
-
|
|
236
|
-
|
|
237
126
|
## 7.6.14 (2022-01-28)
|
|
238
127
|
|
|
239
|
-
|
|
240
128
|
### Features
|
|
241
129
|
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
130
|
+
- `[@maps](https://github.com/maps)To` directive to enable renaming models while retaining data ([#9340](https://github.com/aws-amplify/amplify-cli/issues/9340)) ([aedf45d](https://github.com/aws-amplify/amplify-cli/commit/aedf45d9237812d71bb8b56164efe0222ad3d534))
|
|
247
131
|
|
|
248
132
|
## [0.10.8](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.10.7...@aws-amplify/graphql-model-transformer@0.10.8) (2022-01-27)
|
|
249
133
|
|
|
250
134
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
251
135
|
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
136
|
## [0.10.7](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.10.6...@aws-amplify/graphql-model-transformer@0.10.7) (2022-01-20)
|
|
257
137
|
|
|
258
138
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
259
139
|
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
140
|
## [0.10.6](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.10.5...@aws-amplify/graphql-model-transformer@0.10.6) (2022-01-13)
|
|
265
141
|
|
|
266
|
-
|
|
267
142
|
### Bug Fixes
|
|
268
143
|
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
144
|
+
- clean up missing and unused GraphQL v2 dependencies ([#9486](https://github.com/aws-amplify/amplify-cli/issues/9486)) ([a6ca44e](https://github.com/aws-amplify/amplify-cli/commit/a6ca44e6ea0ec0a70b648e399fc3e849ccc2a7c9))
|
|
145
|
+
- use StackMapping for V2 resolvers ([#9238](https://github.com/aws-amplify/amplify-cli/issues/9238)) ([d354e78](https://github.com/aws-amplify/amplify-cli/commit/d354e78dd1e253d9572da3b08a4d8883e2fe673e))
|
|
275
146
|
|
|
276
147
|
## [0.10.5](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.10.3...@aws-amplify/graphql-model-transformer@0.10.5) (2022-01-10)
|
|
277
148
|
|
|
278
|
-
|
|
279
|
-
|
|
280
149
|
## 7.6.7 (2022-01-10)
|
|
281
150
|
|
|
282
|
-
|
|
283
151
|
### Bug Fixes
|
|
284
152
|
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
153
|
+
- **graphql-model-transformer:** add id field to update input objects ([#9276](https://github.com/aws-amplify/amplify-cli/issues/9276)) ([45cd973](https://github.com/aws-amplify/amplify-cli/commit/45cd9736b5fc09d78a3f445f62fc2a971c11fec7))
|
|
154
|
+
- **graphql:** correct typo filterExpression on v2 resolvers ([#9412](https://github.com/aws-amplify/amplify-cli/issues/9412)) ([71bf468](https://github.com/aws-amplify/amplify-cli/commit/71bf4688952a5f43640297bf31ea9c59d1c679c9))
|
|
155
|
+
- make update input id field required ([#9452](https://github.com/aws-amplify/amplify-cli/issues/9452)) ([345fe28](https://github.com/aws-amplify/amplify-cli/commit/345fe28a60bbf1de32496430e38e25463a77e96c))
|
|
292
156
|
|
|
293
157
|
## [0.10.3](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.10.2...@aws-amplify/graphql-model-transformer@0.10.3) (2021-12-21)
|
|
294
158
|
|
|
295
|
-
|
|
296
159
|
### Bug Fixes
|
|
297
160
|
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
161
|
+
- generate list types will nullable elements ([#9310](https://github.com/aws-amplify/amplify-cli/issues/9310)) ([e972956](https://github.com/aws-amplify/amplify-cli/commit/e9729565fef2ac7df51f7fc7f345da536f385ac1))
|
|
162
|
+
- **graphql-model-transformer:** [@aws](https://github.com/aws)\_lambda GQL transformer pass through directive list ([#9231](https://github.com/aws-amplify/amplify-cli/issues/9231)) ([25f0c9d](https://github.com/aws-amplify/amplify-cli/commit/25f0c9d6d8735bd7f44a70de52b462826aabd8ed))
|
|
163
|
+
- handle strings as custom subscription names ([#9210](https://github.com/aws-amplify/amplify-cli/issues/9210)) ([7b068c6](https://github.com/aws-amplify/amplify-cli/commit/7b068c6318b3f9934e5fc1d8e9a142dc31fb5fc1))
|
|
305
164
|
|
|
306
165
|
## [0.10.2](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.10.1...@aws-amplify/graphql-model-transformer@0.10.2) (2021-12-17)
|
|
307
166
|
|
|
308
167
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
309
168
|
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
169
|
## [0.10.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.10.0...@aws-amplify/graphql-model-transformer@0.10.1) (2021-12-03)
|
|
315
170
|
|
|
316
171
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
317
172
|
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
173
|
# [0.10.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.9.4...@aws-amplify/graphql-model-transformer@0.10.0) (2021-11-23)
|
|
323
174
|
|
|
324
|
-
|
|
325
175
|
### Features
|
|
326
176
|
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
177
|
+
- override support for api category ([#9013](https://github.com/aws-amplify/amplify-cli/issues/9013)) ([ae7b001](https://github.com/aws-amplify/amplify-cli/commit/ae7b001f274f327a29c99c67fe851272c6208e84)), closes [#9001](https://github.com/aws-amplify/amplify-cli/issues/9001) [#8954](https://github.com/aws-amplify/amplify-cli/issues/8954) [#8958](https://github.com/aws-amplify/amplify-cli/issues/8958) [#8960](https://github.com/aws-amplify/amplify-cli/issues/8960) [#8967](https://github.com/aws-amplify/amplify-cli/issues/8967) [#8971](https://github.com/aws-amplify/amplify-cli/issues/8971) [#8976](https://github.com/aws-amplify/amplify-cli/issues/8976) [#8975](https://github.com/aws-amplify/amplify-cli/issues/8975) [#8981](https://github.com/aws-amplify/amplify-cli/issues/8981) [#8983](https://github.com/aws-amplify/amplify-cli/issues/8983) [#8992](https://github.com/aws-amplify/amplify-cli/issues/8992) [#9000](https://github.com/aws-amplify/amplify-cli/issues/9000) [#9002](https://github.com/aws-amplify/amplify-cli/issues/9002) [#9005](https://github.com/aws-amplify/amplify-cli/issues/9005) [#9006](https://github.com/aws-amplify/amplify-cli/issues/9006) [#9007](https://github.com/aws-amplify/amplify-cli/issues/9007) [#9008](https://github.com/aws-amplify/amplify-cli/issues/9008) [#9010](https://github.com/aws-amplify/amplify-cli/issues/9010) [#9011](https://github.com/aws-amplify/amplify-cli/issues/9011) [#9012](https://github.com/aws-amplify/amplify-cli/issues/9012) [#9014](https://github.com/aws-amplify/amplify-cli/issues/9014) [#9015](https://github.com/aws-amplify/amplify-cli/issues/9015) [#9017](https://github.com/aws-amplify/amplify-cli/issues/9017) [#9020](https://github.com/aws-amplify/amplify-cli/issues/9020) [#9024](https://github.com/aws-amplify/amplify-cli/issues/9024) [#9027](https://github.com/aws-amplify/amplify-cli/issues/9027) [#9028](https://github.com/aws-amplify/amplify-cli/issues/9028) [#9029](https://github.com/aws-amplify/amplify-cli/issues/9029) [#9032](https://github.com/aws-amplify/amplify-cli/issues/9032) [#9031](https://github.com/aws-amplify/amplify-cli/issues/9031) [#9035](https://github.com/aws-amplify/amplify-cli/issues/9035) [#9038](https://github.com/aws-amplify/amplify-cli/issues/9038) [#9039](https://github.com/aws-amplify/amplify-cli/issues/9039)
|
|
332
178
|
|
|
333
179
|
## [0.9.4](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.9.3...@aws-amplify/graphql-model-transformer@0.9.4) (2021-11-21)
|
|
334
180
|
|
|
335
181
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
336
182
|
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
183
|
## [0.9.3](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.9.2...@aws-amplify/graphql-model-transformer@0.9.3) (2021-11-19)
|
|
342
184
|
|
|
343
|
-
|
|
344
185
|
### Bug Fixes
|
|
345
186
|
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
187
|
+
- **graphql-default-value-transformer:** support for [@default](https://github.com/default) directive for required fields ([#8906](https://github.com/aws-amplify/amplify-cli/issues/8906)) ([dc0179d](https://github.com/aws-amplify/amplify-cli/commit/dc0179d69433db0f838d21ebc849b595f4c60c82))
|
|
351
188
|
|
|
352
189
|
## [0.9.2](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.9.1...@aws-amplify/graphql-model-transformer@0.9.2) (2021-11-17)
|
|
353
190
|
|
|
354
|
-
|
|
355
191
|
### Bug Fixes
|
|
356
192
|
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
193
|
+
- append apiKey if global auth is enabled and its not default auth ([#8843](https://github.com/aws-amplify/amplify-cli/issues/8843)) ([3aadcde](https://github.com/aws-amplify/amplify-cli/commit/3aadcde2225f0ede5c5d94c2a4cd9d1afece5288))
|
|
194
|
+
- passing ddb params from root to nested model stacks ([#8766](https://github.com/aws-amplify/amplify-cli/issues/8766)) ([7124cc0](https://github.com/aws-amplify/amplify-cli/commit/7124cc0c8df9fa3261b51141184c0c635bdff738))
|
|
363
195
|
|
|
364
196
|
## [0.9.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.7.0...@aws-amplify/graphql-model-transformer@0.9.1) (2021-11-15)
|
|
365
197
|
|
|
366
198
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
367
199
|
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
200
|
# [0.7.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.6.4...@aws-amplify/graphql-model-transformer@0.7.0) (2021-11-11)
|
|
373
201
|
|
|
374
|
-
|
|
375
202
|
### Bug Fixes
|
|
376
203
|
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
204
|
+
- datastore logical id ([#8761](https://github.com/aws-amplify/amplify-cli/issues/8761)) ([e86cbb9](https://github.com/aws-amplify/amplify-cli/commit/e86cbb9ebfb7ed22607ffd82f15a6b58a6ec7b3d))
|
|
205
|
+
- **graphql-model-transformer:** fixed model transformer ID generation when ID field is not specified ([#8633](https://github.com/aws-amplify/amplify-cli/issues/8633)) ([b515d16](https://github.com/aws-amplify/amplify-cli/commit/b515d1617a98d613b2d9feb424ece12204d63402))
|
|
206
|
+
- **graphql-model-transformer:** override resource logical id to fix v1 to v2 transformer migration ([#8597](https://github.com/aws-amplify/amplify-cli/issues/8597)) ([e3a2afb](https://github.com/aws-amplify/amplify-cli/commit/e3a2afbbed6e97f143fc7c83064e2193f4c91bdd))
|
|
207
|
+
- **graphql-model-transformer:** subscription resolver logical id fix ([#8712](https://github.com/aws-amplify/amplify-cli/issues/8712)) ([f562f37](https://github.com/aws-amplify/amplify-cli/commit/f562f3714b83903c71217c5901c02c9fc71ff365))
|
|
208
|
+
- move [@model](https://github.com/model) params to root stack and fix ds logical id ([#8736](https://github.com/aws-amplify/amplify-cli/issues/8736)) ([df4408c](https://github.com/aws-amplify/amplify-cli/commit/df4408c4080949ddd638778df9ae20e763dd5824))
|
|
209
|
+
- override none,DDB,lambda datasource logical IDs ([#8723](https://github.com/aws-amplify/amplify-cli/issues/8723)) ([c534dc4](https://github.com/aws-amplify/amplify-cli/commit/c534dc46704cf2a1264e98d8af9b7a199c1419eb))
|
|
384
210
|
|
|
385
211
|
### Features
|
|
386
212
|
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
213
|
+
- generate list types as non-null ([#8166](https://github.com/aws-amplify/amplify-cli/issues/8166)) ([93786c1](https://github.com/aws-amplify/amplify-cli/commit/93786c13ef04c72748ca32a1ef7878c0e6b5b129))
|
|
392
214
|
|
|
393
215
|
## [0.6.4](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.6.3...@aws-amplify/graphql-model-transformer@0.6.4) (2021-10-10)
|
|
394
216
|
|
|
395
217
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
396
218
|
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
219
|
## [0.6.3](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.6.2...@aws-amplify/graphql-model-transformer@0.6.3) (2021-09-27)
|
|
402
220
|
|
|
403
|
-
|
|
404
221
|
### Bug Fixes
|
|
405
222
|
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
223
|
+
- **graphql-model-transformer:** [@model](https://github.com/model) conflict resolution ([#8035](https://github.com/aws-amplify/amplify-cli/issues/8035)) ([f3bdc4a](https://github.com/aws-amplify/amplify-cli/commit/f3bdc4ac1fcf596f634d9d2e968785e76f7b138c))
|
|
224
|
+
- **graphql-model-transformer:** iam role name does not exceed 64 characters ([#8244](https://github.com/aws-amplify/amplify-cli/issues/8244)) ([812a671](https://github.com/aws-amplify/amplify-cli/commit/812a67163d6dd33160bf7ace9afd538c83a7af1a))
|
|
225
|
+
- **graphql-model-transformer:** remove unnecessary warnings for resolver config per type ([#8265](https://github.com/aws-amplify/amplify-cli/issues/8265)) ([2f2f0a5](https://github.com/aws-amplify/amplify-cli/commit/2f2f0a5bea59278219c1f4ebb5276927dc5a0fbd))
|
|
413
226
|
|
|
414
227
|
## [0.6.2](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.6.1...@aws-amplify/graphql-model-transformer@0.6.2) (2021-09-14)
|
|
415
228
|
|
|
416
|
-
|
|
417
229
|
### Bug Fixes
|
|
418
230
|
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
231
|
+
- **graphql-model-transformer:** fix typo in print block ([#8152](https://github.com/aws-amplify/amplify-cli/issues/8152)) ([7377e58](https://github.com/aws-amplify/amplify-cli/commit/7377e58535dd5555d9e11cf3114fb23cdbb1f382))
|
|
424
232
|
|
|
425
233
|
## [0.6.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.6.0...@aws-amplify/graphql-model-transformer@0.6.1) (2021-09-02)
|
|
426
234
|
|
|
427
|
-
|
|
428
235
|
### Bug Fixes
|
|
429
236
|
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
237
|
+
- add model transformer v2 e2e tests ([#7946](https://github.com/aws-amplify/amplify-cli/issues/7946)) ([351a8bc](https://github.com/aws-amplify/amplify-cli/commit/351a8bce6069398535878fd62886e0ee5c402329))
|
|
238
|
+
- model transformer support condition ([#7935](https://github.com/aws-amplify/amplify-cli/issues/7935)) ([fc93dba](https://github.com/aws-amplify/amplify-cli/commit/fc93dbabb38427607ef6abb6f1d7fb2f357a284b))
|
|
239
|
+
- update and create input field type known model types filtering ([#7929](https://github.com/aws-amplify/amplify-cli/issues/7929)) ([16334f7](https://github.com/aws-amplify/amplify-cli/commit/16334f7217f0ac751a642d82512240aedec17721))
|
|
437
240
|
|
|
438
241
|
# [0.6.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.5.1...@aws-amplify/graphql-model-transformer@0.6.0) (2021-08-24)
|
|
439
242
|
|
|
440
|
-
|
|
441
243
|
### Bug Fixes
|
|
442
244
|
|
|
443
|
-
|
|
444
|
-
|
|
245
|
+
- **graphql-model-transformer:** added [@model](https://github.com/model) name reserved words validation ([#7877](https://github.com/aws-amplify/amplify-cli/issues/7877)) ([781ddbb](https://github.com/aws-amplify/amplify-cli/commit/781ddbb6733803487e16aedc69bb8182a00bcce9))
|
|
445
246
|
|
|
446
247
|
### Features
|
|
447
248
|
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
249
|
+
- add [@index](https://github.com/index) directive ([#7887](https://github.com/aws-amplify/amplify-cli/issues/7887)) ([e011555](https://github.com/aws-amplify/amplify-cli/commit/e0115557aad893b3286226e92ce8fecbd5636c1a))
|
|
250
|
+
- model transformer advanced subscriptions ([#7927](https://github.com/aws-amplify/amplify-cli/issues/7927)) ([1725630](https://github.com/aws-amplify/amplify-cli/commit/1725630c61c40923e8dfa3c697ea5472df2e5de1))
|
|
454
251
|
|
|
455
252
|
## [0.5.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.5.0...@aws-amplify/graphql-model-transformer@0.5.1) (2021-08-06)
|
|
456
253
|
|
|
457
|
-
|
|
458
254
|
### Bug Fixes
|
|
459
255
|
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
256
|
+
- add DDB params to model v2 ([#7827](https://github.com/aws-amplify/amplify-cli/issues/7827)) ([f43002e](https://github.com/aws-amplify/amplify-cli/commit/f43002ed46d0ee42a64cec3d12322d4ae552a70b))
|
|
257
|
+
- **graphql-model-transformer:** model input fields transform ([#7857](https://github.com/aws-amplify/amplify-cli/issues/7857)) ([12ff663](https://github.com/aws-amplify/amplify-cli/commit/12ff663a94a4896bd9eacef3847be15b7631d8df))
|
|
258
|
+
- misc [@model](https://github.com/model) v2 VTL cleanup ([#7856](https://github.com/aws-amplify/amplify-cli/issues/7856)) ([98d81d8](https://github.com/aws-amplify/amplify-cli/commit/98d81d8e2e13fc1525389ba21e6ad4b372e671fb))
|
|
259
|
+
- use improved pluralization in graphql transformer v2 ([#7817](https://github.com/aws-amplify/amplify-cli/issues/7817)) ([38e2599](https://github.com/aws-amplify/amplify-cli/commit/38e25996ee00479031c88714af3b9d40ef9e079c))
|
|
468
260
|
|
|
469
261
|
# [0.5.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.4.6...@aws-amplify/graphql-model-transformer@0.5.0) (2021-07-30)
|
|
470
262
|
|
|
471
|
-
|
|
472
263
|
### Features
|
|
473
264
|
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
265
|
+
- capability injection for the vNext GraphQL Transformer ([#7735](https://github.com/aws-amplify/amplify-cli/issues/7735)) ([f3eae13](https://github.com/aws-amplify/amplify-cli/commit/f3eae13ab2848df398e26429abf985b756abcff2))
|
|
479
266
|
|
|
480
267
|
## [0.4.6](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.4.5...@aws-amplify/graphql-model-transformer@0.4.6) (2021-07-27)
|
|
481
268
|
|
|
482
269
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
483
270
|
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
271
|
## [0.4.5](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.4.4...@aws-amplify/graphql-model-transformer@0.4.5) (2021-07-16)
|
|
489
272
|
|
|
490
273
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
491
274
|
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
275
|
## [0.4.4](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.4.3...@aws-amplify/graphql-model-transformer@0.4.4) (2021-07-12)
|
|
497
276
|
|
|
498
|
-
|
|
499
277
|
### Bug Fixes
|
|
500
278
|
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
279
|
+
- get mock working with gql transformer v2 ([#7574](https://github.com/aws-amplify/amplify-cli/issues/7574)) ([4fa2900](https://github.com/aws-amplify/amplify-cli/commit/4fa2900d6b9ca515677d06bdffe29f56401b9c86))
|
|
506
280
|
|
|
507
281
|
## [0.4.3](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.4.2...@aws-amplify/graphql-model-transformer@0.4.3) (2021-06-30)
|
|
508
282
|
|
|
509
|
-
|
|
510
283
|
### Bug Fixes
|
|
511
284
|
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
285
|
+
- update DDB data source name in gql transformer v2 ([#7443](https://github.com/aws-amplify/amplify-cli/issues/7443)) ([7abe3bd](https://github.com/aws-amplify/amplify-cli/commit/7abe3bd5788c0096f68fa5356bb0e7f6384d3bb5))
|
|
517
286
|
|
|
518
287
|
## [0.4.2](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.4.1...@aws-amplify/graphql-model-transformer@0.4.2) (2021-06-24)
|
|
519
288
|
|
|
520
|
-
|
|
521
289
|
### Bug Fixes
|
|
522
290
|
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
291
|
+
- correct 'tranformer' typo ([#7408](https://github.com/aws-amplify/amplify-cli/issues/7408)) ([9420f1b](https://github.com/aws-amplify/amplify-cli/commit/9420f1b29137fd7621d7d902a147e596776357df))
|
|
292
|
+
- remove extra \$ output of model transformer v2 ([#7415](https://github.com/aws-amplify/amplify-cli/issues/7415)) ([a8680a2](https://github.com/aws-amplify/amplify-cli/commit/a8680a2c94d86b6b3fb29cf9b7e04ba8680b907b))
|
|
529
293
|
|
|
530
294
|
## [0.4.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.4.0...@aws-amplify/graphql-model-transformer@0.4.1) (2021-05-26)
|
|
531
295
|
|
|
532
296
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
533
297
|
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
298
|
# [0.4.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.3.6...@aws-amplify/graphql-model-transformer@0.4.0) (2021-05-18)
|
|
539
299
|
|
|
540
|
-
|
|
541
300
|
### Features
|
|
542
301
|
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
302
|
+
- port [@searchable](https://github.com/searchable) to GraphQL Transformer v2 ([#7291](https://github.com/aws-amplify/amplify-cli/issues/7291)) ([37a2df2](https://github.com/aws-amplify/amplify-cli/commit/37a2df2365fe4bf0eddf285a159221e34f695fe2))
|
|
548
303
|
|
|
549
304
|
## [0.3.6](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.3.4...@aws-amplify/graphql-model-transformer@0.3.6) (2021-05-03)
|
|
550
305
|
|
|
551
|
-
|
|
552
|
-
|
|
553
306
|
## 4.50.1 (2021-05-03)
|
|
554
307
|
|
|
555
308
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
556
309
|
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
310
|
## [0.3.5](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.3.4...@aws-amplify/graphql-model-transformer@0.3.5) (2021-05-03)
|
|
562
311
|
|
|
563
312
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
564
313
|
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
314
|
## [0.3.4](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.3.3...@aws-amplify/graphql-model-transformer@0.3.4) (2021-03-05)
|
|
570
315
|
|
|
571
316
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
572
317
|
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
318
|
## [0.3.3](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.3.2...@aws-amplify/graphql-model-transformer@0.3.3) (2021-02-26)
|
|
578
319
|
|
|
579
320
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
580
321
|
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
322
|
## [0.3.2](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.3.1...@aws-amplify/graphql-model-transformer@0.3.2) (2021-02-11)
|
|
586
323
|
|
|
587
324
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
588
325
|
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
326
|
## [0.3.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.3.0...@aws-amplify/graphql-model-transformer@0.3.1) (2021-02-10)
|
|
594
327
|
|
|
595
328
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
596
329
|
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
330
|
# [0.3.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.2.1...@aws-amplify/graphql-model-transformer@0.3.0) (2020-12-11)
|
|
602
331
|
|
|
603
|
-
|
|
604
332
|
### Features
|
|
605
333
|
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
334
|
+
- container-based deployments([#5727](https://github.com/aws-amplify/amplify-cli/issues/5727)) ([fad6377](https://github.com/aws-amplify/amplify-cli/commit/fad6377bd384862ca4429cb1a83eee90efd62b58))
|
|
611
335
|
|
|
612
336
|
## [0.2.1](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/graphql-model-transformer@0.1.0...@aws-amplify/graphql-model-transformer@0.2.1) (2020-11-22)
|
|
613
337
|
|
|
614
338
|
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
|
615
339
|
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
340
|
# 0.2.0 (2020-11-22)
|
|
621
341
|
|
|
622
|
-
|
|
623
342
|
### Features
|
|
624
343
|
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
344
|
+
- transformer redesign ([#5534](https://github.com/aws-amplify/amplify-cli/issues/5534)) ([a93c685](https://github.com/aws-amplify/amplify-cli/commit/a93c6852f6588898ebc52b0574f4fcc3d2e87948))
|
|
630
345
|
|
|
631
346
|
# 0.1.0 (2020-11-08)
|
|
632
347
|
|
|
633
|
-
|
|
634
348
|
### Features
|
|
635
349
|
|
|
636
|
-
|
|
350
|
+
- transformer redesign ([#5534](https://github.com/aws-amplify/amplify-cli/issues/5534)) ([a93c685](https://github.com/aws-amplify/amplify-cli/commit/a93c6852f6588898ebc52b0574f4fcc3d2e87948))
|