@aws-amplify/graphql-api-construct 1.11.4 → 1.11.6-raven.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (121) hide show
  1. package/.jsii +80 -78
  2. package/API.md +2 -0
  3. package/CHANGELOG.md +8 -0
  4. package/lib/amplify-dynamodb-table-wrapper.js +1 -1
  5. package/lib/amplify-graphql-api.js +3 -2
  6. package/lib/amplify-graphql-definition.js +1 -1
  7. package/lib/sql-model-datasource-strategy.js +1 -1
  8. package/lib/types.d.ts +9 -0
  9. package/lib/types.js +1 -1
  10. package/node_modules/@aws-amplify/graphql-auth-transformer/CHANGELOG.md +8 -0
  11. package/node_modules/@aws-amplify/graphql-auth-transformer/LICENSE +201 -0
  12. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/graphql-auth-transformer.d.ts.map +1 -1
  13. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/graphql-auth-transformer.js +1 -1
  14. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/graphql-auth-transformer.js.map +1 -1
  15. package/node_modules/@aws-amplify/graphql-auth-transformer/package.json +13 -12
  16. package/node_modules/@aws-amplify/graphql-default-value-transformer/CHANGELOG.md +8 -0
  17. package/node_modules/@aws-amplify/graphql-default-value-transformer/LICENSE +201 -0
  18. package/node_modules/@aws-amplify/graphql-default-value-transformer/package.json +8 -7
  19. package/node_modules/@aws-amplify/graphql-directives/API.md +6 -0
  20. package/node_modules/@aws-amplify/graphql-directives/CHANGELOG.md +4 -0
  21. package/node_modules/@aws-amplify/graphql-directives/LICENSE +201 -0
  22. package/node_modules/@aws-amplify/graphql-directives/lib/directives/conversation.d.ts +3 -0
  23. package/node_modules/@aws-amplify/graphql-directives/lib/directives/conversation.d.ts.map +1 -0
  24. package/node_modules/@aws-amplify/graphql-directives/lib/directives/conversation.js +24 -0
  25. package/node_modules/@aws-amplify/graphql-directives/lib/directives/conversation.js.map +1 -0
  26. package/node_modules/@aws-amplify/graphql-directives/lib/directives/generation.d.ts +3 -0
  27. package/node_modules/@aws-amplify/graphql-directives/lib/directives/generation.d.ts.map +1 -0
  28. package/node_modules/@aws-amplify/graphql-directives/lib/directives/generation.js +24 -0
  29. package/node_modules/@aws-amplify/graphql-directives/lib/directives/generation.js.map +1 -0
  30. package/node_modules/@aws-amplify/graphql-directives/lib/directives/index.d.ts +2 -0
  31. package/node_modules/@aws-amplify/graphql-directives/lib/directives/index.d.ts.map +1 -1
  32. package/node_modules/@aws-amplify/graphql-directives/lib/directives/index.js +5 -1
  33. package/node_modules/@aws-amplify/graphql-directives/lib/directives/index.js.map +1 -1
  34. package/node_modules/@aws-amplify/graphql-directives/lib/index.d.ts.map +1 -1
  35. package/node_modules/@aws-amplify/graphql-directives/lib/index.js +2 -0
  36. package/node_modules/@aws-amplify/graphql-directives/lib/index.js.map +1 -1
  37. package/node_modules/@aws-amplify/graphql-directives/package.json +3 -2
  38. package/node_modules/@aws-amplify/graphql-function-transformer/CHANGELOG.md +4 -0
  39. package/node_modules/@aws-amplify/graphql-function-transformer/LICENSE +201 -0
  40. package/node_modules/@aws-amplify/graphql-function-transformer/package.json +7 -6
  41. package/node_modules/@aws-amplify/graphql-http-transformer/CHANGELOG.md +4 -0
  42. package/node_modules/@aws-amplify/graphql-http-transformer/LICENSE +201 -0
  43. package/node_modules/@aws-amplify/graphql-http-transformer/package.json +7 -6
  44. package/node_modules/@aws-amplify/graphql-index-transformer/CHANGELOG.md +8 -0
  45. package/node_modules/@aws-amplify/graphql-index-transformer/LICENSE +201 -0
  46. package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/resolvers.d.ts.map +1 -1
  47. package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/resolvers.js.map +1 -1
  48. package/node_modules/@aws-amplify/graphql-index-transformer/package.json +8 -7
  49. package/node_modules/@aws-amplify/graphql-maps-to-transformer/CHANGELOG.md +8 -0
  50. package/node_modules/@aws-amplify/graphql-maps-to-transformer/LICENSE +201 -0
  51. package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/assets/mapping-lambda.zip +0 -0
  52. package/node_modules/@aws-amplify/graphql-maps-to-transformer/package.json +11 -10
  53. package/node_modules/@aws-amplify/graphql-model-transformer/CHANGELOG.md +8 -0
  54. package/node_modules/@aws-amplify/graphql-model-transformer/LICENSE +201 -0
  55. package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-lambda.zip +0 -0
  56. package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-notification-lambda.zip +0 -0
  57. package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-patching-lambda.zip +0 -0
  58. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/resolver.d.ts +2 -2
  59. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/resolver.d.ts.map +1 -1
  60. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/resolver.js +22 -4
  61. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/resolver.js.map +1 -1
  62. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/rds-model-resource-generator.js +2 -2
  63. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/rds-model-resource-generator.js.map +1 -1
  64. package/node_modules/@aws-amplify/graphql-model-transformer/package.json +10 -9
  65. package/node_modules/@aws-amplify/graphql-predictions-transformer/CHANGELOG.md +4 -0
  66. package/node_modules/@aws-amplify/graphql-predictions-transformer/LICENSE +201 -0
  67. package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/predictionsLambdaFunction.zip +0 -0
  68. package/node_modules/@aws-amplify/graphql-predictions-transformer/package.json +7 -6
  69. package/node_modules/@aws-amplify/graphql-relational-transformer/CHANGELOG.md +8 -0
  70. package/node_modules/@aws-amplify/graphql-relational-transformer/LICENSE +201 -0
  71. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/utils.d.ts.map +1 -1
  72. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/utils.js +7 -1
  73. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/utils.js.map +1 -1
  74. package/node_modules/@aws-amplify/graphql-relational-transformer/package.json +9 -8
  75. package/node_modules/@aws-amplify/graphql-searchable-transformer/CHANGELOG.md +8 -0
  76. package/node_modules/@aws-amplify/graphql-searchable-transformer/LICENSE +201 -0
  77. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/streaming-lambda.zip +0 -0
  78. package/node_modules/@aws-amplify/graphql-searchable-transformer/package.json +8 -7
  79. package/node_modules/@aws-amplify/graphql-sql-transformer/CHANGELOG.md +8 -0
  80. package/node_modules/@aws-amplify/graphql-sql-transformer/LICENSE +201 -0
  81. package/node_modules/@aws-amplify/graphql-sql-transformer/package.json +8 -7
  82. package/node_modules/@aws-amplify/graphql-transformer/CHANGELOG.md +8 -0
  83. package/node_modules/@aws-amplify/graphql-transformer/LICENSE +201 -0
  84. package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.d.ts.map +1 -1
  85. package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.js +8 -2
  86. package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.js.map +1 -1
  87. package/node_modules/@aws-amplify/graphql-transformer/package.json +18 -15
  88. package/node_modules/@aws-amplify/graphql-transformer/src/graphql-transformer.ts +8 -3
  89. package/node_modules/@aws-amplify/graphql-transformer-core/API.md +3 -2
  90. package/node_modules/@aws-amplify/graphql-transformer-core/CHANGELOG.md +4 -0
  91. package/node_modules/@aws-amplify/graphql-transformer-core/LICENSE +201 -0
  92. package/node_modules/@aws-amplify/graphql-transformer-core/lib/appsync-function.d.ts +2 -1
  93. package/node_modules/@aws-amplify/graphql-transformer-core/lib/appsync-function.d.ts.map +1 -1
  94. package/node_modules/@aws-amplify/graphql-transformer-core/lib/appsync-function.js +26 -15
  95. package/node_modules/@aws-amplify/graphql-transformer-core/lib/appsync-function.js.map +1 -1
  96. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transform-host.d.ts +3 -3
  97. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transform-host.d.ts.map +1 -1
  98. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transform-host.js +17 -8
  99. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transform-host.js.map +1 -1
  100. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/resolver.d.ts +6 -2
  101. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/resolver.d.ts.map +1 -1
  102. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/resolver.js +59 -24
  103. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/resolver.js.map +1 -1
  104. package/node_modules/@aws-amplify/graphql-transformer-core/lib/wrappers/object-definition-wrapper.d.ts.map +1 -1
  105. package/node_modules/@aws-amplify/graphql-transformer-core/lib/wrappers/object-definition-wrapper.js +3 -1
  106. package/node_modules/@aws-amplify/graphql-transformer-core/lib/wrappers/object-definition-wrapper.js.map +1 -1
  107. package/node_modules/@aws-amplify/graphql-transformer-core/package.json +5 -4
  108. package/node_modules/@aws-amplify/graphql-transformer-interfaces/API.md +6 -3
  109. package/node_modules/@aws-amplify/graphql-transformer-interfaces/CHANGELOG.md +4 -0
  110. package/node_modules/@aws-amplify/graphql-transformer-interfaces/LICENSE +201 -0
  111. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transform-host-provider.d.ts +4 -4
  112. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transform-host-provider.d.ts.map +1 -1
  113. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/synth-parameters.d.ts +1 -0
  114. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/synth-parameters.d.ts.map +1 -1
  115. package/node_modules/@aws-amplify/graphql-transformer-interfaces/package.json +3 -2
  116. package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transform-host-provider.ts +5 -1
  117. package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/synth-parameters.ts +1 -0
  118. package/node_modules/@aws-amplify/graphql-transformer-interfaces/tsconfig.tsbuildinfo +1 -1
  119. package/package.json +22 -18
  120. package/src/amplify-graphql-api.ts +1 -0
  121. package/src/types.ts +10 -0
@@ -0,0 +1,201 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "{}"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright 2017 - 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/graphql-predictions-transformer",
3
- "version": "2.1.26",
3
+ "version": "2.1.27-raven.0",
4
4
  "description": "Amplify GraphQL @predictions transformer",
5
5
  "repository": {
6
6
  "type": "git",
@@ -28,9 +28,9 @@
28
28
  "extract-api": "ts-node ../../scripts/extract-api.ts"
29
29
  },
30
30
  "dependencies": {
31
- "@aws-amplify/graphql-directives": "1.1.0",
32
- "@aws-amplify/graphql-transformer-core": "2.9.3",
33
- "@aws-amplify/graphql-transformer-interfaces": "3.10.1",
31
+ "@aws-amplify/graphql-directives": "1.1.1-raven.0",
32
+ "@aws-amplify/graphql-transformer-core": "2.9.4-raven.0",
33
+ "@aws-amplify/graphql-transformer-interfaces": "3.10.2-raven.0",
34
34
  "graphql": "^15.5.0",
35
35
  "graphql-mapping-template": "4.20.16",
36
36
  "graphql-transformer-common": "4.31.1"
@@ -40,7 +40,7 @@
40
40
  "constructs": "^10.3.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@aws-amplify/graphql-transformer-test-utils": "0.5.6",
43
+ "@aws-amplify/graphql-transformer-test-utils": "0.5.7-raven.0",
44
44
  "bestzip": "^2.1.5"
45
45
  },
46
46
  "jest": {
@@ -79,5 +79,6 @@
79
79
  "coveragePathIgnorePatterns": [
80
80
  "/__tests__/"
81
81
  ]
82
- }
82
+ },
83
+ "gitHead": "9da7fb8edb329a8ae01f234150dfc0bc7e07788f"
83
84
  }
@@ -3,6 +3,14 @@
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
+ ## [2.5.12-raven.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-relational-transformer@2.5.11...@aws-amplify/graphql-relational-transformer@2.5.12-raven.0) (2024-08-15)
7
+
8
+ **Note:** Version bump only for package @aws-amplify/graphql-relational-transformer
9
+
10
+ ## [2.5.11](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-relational-transformer@2.5.10...@aws-amplify/graphql-relational-transformer@2.5.11) (2024-08-12)
11
+
12
+ **Note:** Version bump only for package @aws-amplify/graphql-relational-transformer
13
+
6
14
  ## [2.5.10](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-relational-transformer@2.5.9...@aws-amplify/graphql-relational-transformer@2.5.10) (2024-07-25)
7
15
 
8
16
  **Note:** Version bump only for package @aws-amplify/graphql-relational-transformer
@@ -0,0 +1,201 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "{}"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright 2017 - 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../src/utils.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../src/utils.ts"],"names":[],"mappings":"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"}
@@ -255,7 +255,13 @@ const getRelatedType = (config, ctx) => {
255
255
  const relatedTypeName = (0, graphql_transformer_common_1.getBaseType)(field.type);
256
256
  const relatedType = ctx.inputDocument.definitions.find((d) => d.kind === graphql_1.Kind.OBJECT_TYPE_DEFINITION && d.name.value === relatedTypeName);
257
257
  if (!relatedType) {
258
- throw new Error(`Could not find related type with name ${relatedTypeName} while processing relationships.`);
258
+ const outputRelatedType = ctx.output.getObject(relatedTypeName);
259
+ if (outputRelatedType) {
260
+ return outputRelatedType;
261
+ }
262
+ else {
263
+ throw new Error(`Could not find related type with name ${relatedTypeName} while processing relationships.`);
264
+ }
259
265
  }
260
266
  return relatedType;
261
267
  };
@@ -1 +1 @@
1
- {"version":3,"file":"utils.js","sourceRoot":"","sources":["../src/utils.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"utils.js","sourceRoot":"","sources":["../src/utils.ts"],"names":[],"mappings":"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"}
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/graphql-relational-transformer",
3
- "version": "2.5.10",
3
+ "version": "2.5.12-raven.0",
4
4
  "description": "Amplify GraphQL relational modeling transformers",
5
5
  "repository": {
6
6
  "type": "git",
@@ -28,18 +28,18 @@
28
28
  "extract-api": "ts-node ../../scripts/extract-api.ts"
29
29
  },
30
30
  "dependencies": {
31
- "@aws-amplify/graphql-directives": "1.1.0",
32
- "@aws-amplify/graphql-index-transformer": "2.4.8",
33
- "@aws-amplify/graphql-model-transformer": "2.11.3",
34
- "@aws-amplify/graphql-transformer-core": "2.9.3",
35
- "@aws-amplify/graphql-transformer-interfaces": "3.10.1",
31
+ "@aws-amplify/graphql-directives": "1.1.1-raven.0",
32
+ "@aws-amplify/graphql-index-transformer": "2.4.10-raven.0",
33
+ "@aws-amplify/graphql-model-transformer": "2.11.5-raven.0",
34
+ "@aws-amplify/graphql-transformer-core": "2.9.4-raven.0",
35
+ "@aws-amplify/graphql-transformer-interfaces": "3.10.2-raven.0",
36
36
  "graphql": "^15.5.0",
37
37
  "graphql-mapping-template": "4.20.16",
38
38
  "graphql-transformer-common": "4.31.1",
39
39
  "immer": "^9.0.12"
40
40
  },
41
41
  "devDependencies": {
42
- "@aws-amplify/graphql-transformer-test-utils": "0.5.6"
42
+ "@aws-amplify/graphql-transformer-test-utils": "0.5.7-raven.0"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "aws-cdk-lib": "^2.129.0",
@@ -78,5 +78,6 @@
78
78
  "coveragePathIgnorePatterns": [
79
79
  "/__tests__/"
80
80
  ]
81
- }
81
+ },
82
+ "gitHead": "9da7fb8edb329a8ae01f234150dfc0bc7e07788f"
82
83
  }