@aws-amplify/graphql-api-construct 1.11.6 → 1.11.8
Sign up to get free protection for your applications and to get access to all the features.
- package/.jsii +174 -20
- package/CHANGELOG.md +8 -0
- package/lib/amplify-dynamodb-table-wrapper.js +1 -1
- package/lib/amplify-graphql-api.js +1 -1
- package/lib/amplify-graphql-definition.js +1 -1
- package/lib/sql-model-datasource-strategy.js +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/package.json +12 -13
- package/node_modules/@aws-amplify/graphql-default-value-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/package.json +6 -7
- package/node_modules/@aws-amplify/graphql-directives/package.json +1 -2
- package/node_modules/@aws-amplify/graphql-function-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-function-transformer/package.json +6 -7
- package/node_modules/@aws-amplify/graphql-http-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-http-transformer/package.json +6 -7
- package/node_modules/@aws-amplify/graphql-index-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/package.json +7 -8
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/assets/mapping-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/package.json +10 -11
- package/node_modules/@aws-amplify/graphql-model-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-notification-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-patching-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/package.json +6 -7
- package/node_modules/@aws-amplify/graphql-predictions-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/predictionsLambdaFunction.zip +0 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/package.json +6 -7
- package/node_modules/@aws-amplify/graphql-relational-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/package.json +8 -9
- package/node_modules/@aws-amplify/graphql-searchable-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/streaming-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/package.json +7 -8
- package/node_modules/@aws-amplify/graphql-sql-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-sql-transformer/package.json +7 -8
- package/node_modules/@aws-amplify/graphql-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-transformer/package.json +17 -18
- package/node_modules/@aws-amplify/graphql-transformer-core/API.md +2 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/graphql-api.d.ts +5 -11
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/graphql-api.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/graphql-api.js +6 -31
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/graphql-api.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/package.json +4 -5
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/API.md +3 -8
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/graphql-api-provider.d.ts +2 -4
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/graphql-api-provider.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/graphql-api-provider.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/index.d.ts +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/index.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/index.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/package.json +3 -4
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/graphql-api-provider.ts +2 -10
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/index.ts +0 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/tsconfig.tsbuildinfo +1 -1
- package/node_modules/graphql-mapping-template/package.json +1 -2
- package/node_modules/graphql-transformer-common/package.json +1 -2
- package/package.json +19 -19
- package/node_modules/@aws-amplify/graphql-auth-transformer/LICENSE +0 -201
- package/node_modules/@aws-amplify/graphql-default-value-transformer/LICENSE +0 -201
- package/node_modules/@aws-amplify/graphql-directives/LICENSE +0 -201
- package/node_modules/@aws-amplify/graphql-function-transformer/LICENSE +0 -201
- package/node_modules/@aws-amplify/graphql-http-transformer/LICENSE +0 -201
- package/node_modules/@aws-amplify/graphql-index-transformer/LICENSE +0 -201
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/LICENSE +0 -201
- package/node_modules/@aws-amplify/graphql-model-transformer/LICENSE +0 -201
- package/node_modules/@aws-amplify/graphql-predictions-transformer/LICENSE +0 -201
- package/node_modules/@aws-amplify/graphql-relational-transformer/LICENSE +0 -201
- package/node_modules/@aws-amplify/graphql-searchable-transformer/LICENSE +0 -201
- package/node_modules/@aws-amplify/graphql-sql-transformer/LICENSE +0 -201
- package/node_modules/@aws-amplify/graphql-transformer/LICENSE +0 -201
- package/node_modules/@aws-amplify/graphql-transformer-core/LICENSE +0 -201
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/LICENSE +0 -201
- package/node_modules/graphql-mapping-template/LICENSE +0 -201
- package/node_modules/graphql-transformer-common/LICENSE +0 -201
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-index-transformer",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.1",
|
4
4
|
"description": "Amplify GraphQL index and key transformers",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -30,18 +30,18 @@
|
|
30
30
|
},
|
31
31
|
"dependencies": {
|
32
32
|
"@aws-amplify/graphql-directives": "2.0.0",
|
33
|
-
"@aws-amplify/graphql-model-transformer": "3.0.
|
34
|
-
"@aws-amplify/graphql-transformer-core": "3.0.
|
35
|
-
"@aws-amplify/graphql-transformer-interfaces": "4.0.
|
33
|
+
"@aws-amplify/graphql-model-transformer": "3.0.1",
|
34
|
+
"@aws-amplify/graphql-transformer-core": "3.0.1",
|
35
|
+
"@aws-amplify/graphql-transformer-interfaces": "4.0.1",
|
36
36
|
"graphql": "^15.5.0",
|
37
37
|
"graphql-mapping-template": "5.0.0",
|
38
38
|
"graphql-transformer-common": "5.0.0"
|
39
39
|
},
|
40
40
|
"devDependencies": {
|
41
|
-
"@aws-amplify/graphql-transformer-test-utils": "0.6.
|
41
|
+
"@aws-amplify/graphql-transformer-test-utils": "0.6.1"
|
42
42
|
},
|
43
43
|
"peerDependencies": {
|
44
|
-
"aws-cdk-lib": "^2.
|
44
|
+
"aws-cdk-lib": "^2.152.0",
|
45
45
|
"constructs": "^10.3.0"
|
46
46
|
},
|
47
47
|
"jest": {
|
@@ -77,6 +77,5 @@
|
|
77
77
|
"coveragePathIgnorePatterns": [
|
78
78
|
"/__tests__/"
|
79
79
|
]
|
80
|
-
}
|
81
|
-
"gitHead": "041c6d1c401f6c4648cf327c068bb7b0d91384d4"
|
80
|
+
}
|
82
81
|
}
|
@@ -3,6 +3,10 @@
|
|
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
|
+
## [4.0.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@4.0.0...@aws-amplify/graphql-maps-to-transformer@4.0.1) (2024-08-28)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-maps-to-transformer
|
9
|
+
|
6
10
|
# [4.0.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-maps-to-transformer@3.4.23...@aws-amplify/graphql-maps-to-transformer@4.0.0) (2024-08-20)
|
7
11
|
|
8
12
|
- feat!: bump version for v2 transformer packages ([7dac35c](https://github.com/aws-amplify/amplify-category-api/commit/7dac35cceb971b256b5688b0745ef82afc78b641))
|
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-maps-to-transformer",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.1",
|
4
4
|
"description": "Amplify GraphQL @mapsTo transformer",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -32,21 +32,21 @@
|
|
32
32
|
},
|
33
33
|
"dependencies": {
|
34
34
|
"@aws-amplify/graphql-directives": "2.0.0",
|
35
|
-
"@aws-amplify/graphql-transformer-core": "3.0.
|
36
|
-
"@aws-amplify/graphql-transformer-interfaces": "4.0.
|
35
|
+
"@aws-amplify/graphql-transformer-core": "3.0.1",
|
36
|
+
"@aws-amplify/graphql-transformer-interfaces": "4.0.1",
|
37
37
|
"graphql-mapping-template": "5.0.0",
|
38
38
|
"graphql-transformer-common": "5.0.0"
|
39
39
|
},
|
40
40
|
"peerDependencies": {
|
41
|
-
"aws-cdk-lib": "^2.
|
41
|
+
"aws-cdk-lib": "^2.152.0",
|
42
42
|
"constructs": "^10.3.0"
|
43
43
|
},
|
44
44
|
"devDependencies": {
|
45
|
-
"@aws-amplify/graphql-index-transformer": "3.0.
|
46
|
-
"@aws-amplify/graphql-model-transformer": "3.0.
|
47
|
-
"@aws-amplify/graphql-relational-transformer": "3.0.
|
48
|
-
"@aws-amplify/graphql-searchable-transformer": "3.0.
|
49
|
-
"@aws-amplify/graphql-transformer-test-utils": "0.6.
|
45
|
+
"@aws-amplify/graphql-index-transformer": "3.0.1",
|
46
|
+
"@aws-amplify/graphql-model-transformer": "3.0.1",
|
47
|
+
"@aws-amplify/graphql-relational-transformer": "3.0.1",
|
48
|
+
"@aws-amplify/graphql-searchable-transformer": "3.0.1",
|
49
|
+
"@aws-amplify/graphql-transformer-test-utils": "0.6.1",
|
50
50
|
"graphql": "^15.5.0"
|
51
51
|
},
|
52
52
|
"jest": {
|
@@ -82,6 +82,5 @@
|
|
82
82
|
"coveragePathIgnorePatterns": [
|
83
83
|
"/__tests__/"
|
84
84
|
]
|
85
|
-
}
|
86
|
-
"gitHead": "041c6d1c401f6c4648cf327c068bb7b0d91384d4"
|
85
|
+
}
|
87
86
|
}
|
@@ -3,6 +3,10 @@
|
|
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
|
+
## [3.0.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@3.0.0...@aws-amplify/graphql-model-transformer@3.0.1) (2024-08-28)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-model-transformer
|
9
|
+
|
6
10
|
# [3.0.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@2.11.4...@aws-amplify/graphql-model-transformer@3.0.0) (2024-08-20)
|
7
11
|
|
8
12
|
- feat!: bump version for v2 transformer packages ([7dac35c](https://github.com/aws-amplify/amplify-category-api/commit/7dac35cceb971b256b5688b0745ef82afc78b641))
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-model-transformer",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.1",
|
4
4
|
"description": "Amplify graphql @model transformer",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -34,18 +34,18 @@
|
|
34
34
|
},
|
35
35
|
"dependencies": {
|
36
36
|
"@aws-amplify/graphql-directives": "2.0.0",
|
37
|
-
"@aws-amplify/graphql-transformer-core": "3.0.
|
38
|
-
"@aws-amplify/graphql-transformer-interfaces": "4.0.
|
37
|
+
"@aws-amplify/graphql-transformer-core": "3.0.1",
|
38
|
+
"@aws-amplify/graphql-transformer-interfaces": "4.0.1",
|
39
39
|
"graphql": "^15.5.0",
|
40
40
|
"graphql-mapping-template": "5.0.0",
|
41
41
|
"graphql-transformer-common": "5.0.0"
|
42
42
|
},
|
43
43
|
"peerDependencies": {
|
44
|
-
"aws-cdk-lib": "^2.
|
44
|
+
"aws-cdk-lib": "^2.152.0",
|
45
45
|
"constructs": "^10.3.0"
|
46
46
|
},
|
47
47
|
"devDependencies": {
|
48
|
-
"@aws-amplify/graphql-transformer-test-utils": "0.6.
|
48
|
+
"@aws-amplify/graphql-transformer-test-utils": "0.6.1",
|
49
49
|
"@aws-sdk/client-dynamodb": "^3.624.0",
|
50
50
|
"@aws-sdk/client-lambda": "^3.624.0",
|
51
51
|
"@aws-sdk/client-sfn": "^3.624.0",
|
@@ -89,6 +89,5 @@
|
|
89
89
|
"/__tests__/",
|
90
90
|
".d.ts"
|
91
91
|
]
|
92
|
-
}
|
93
|
-
"gitHead": "041c6d1c401f6c4648cf327c068bb7b0d91384d4"
|
92
|
+
}
|
94
93
|
}
|
@@ -3,6 +3,10 @@
|
|
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
|
+
## [3.0.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-predictions-transformer@3.0.0...@aws-amplify/graphql-predictions-transformer@3.0.1) (2024-08-28)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-predictions-transformer
|
9
|
+
|
6
10
|
# [3.0.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-predictions-transformer@2.1.26...@aws-amplify/graphql-predictions-transformer@3.0.0) (2024-08-20)
|
7
11
|
|
8
12
|
### Bug Fixes
|
package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/predictionsLambdaFunction.zip
CHANGED
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-predictions-transformer",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.1",
|
4
4
|
"description": "Amplify GraphQL @predictions transformer",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -30,18 +30,18 @@
|
|
30
30
|
},
|
31
31
|
"dependencies": {
|
32
32
|
"@aws-amplify/graphql-directives": "2.0.0",
|
33
|
-
"@aws-amplify/graphql-transformer-core": "3.0.
|
34
|
-
"@aws-amplify/graphql-transformer-interfaces": "4.0.
|
33
|
+
"@aws-amplify/graphql-transformer-core": "3.0.1",
|
34
|
+
"@aws-amplify/graphql-transformer-interfaces": "4.0.1",
|
35
35
|
"graphql": "^15.5.0",
|
36
36
|
"graphql-mapping-template": "5.0.0",
|
37
37
|
"graphql-transformer-common": "5.0.0"
|
38
38
|
},
|
39
39
|
"peerDependencies": {
|
40
|
-
"aws-cdk-lib": "^2.
|
40
|
+
"aws-cdk-lib": "^2.152.0",
|
41
41
|
"constructs": "^10.3.0"
|
42
42
|
},
|
43
43
|
"devDependencies": {
|
44
|
-
"@aws-amplify/graphql-transformer-test-utils": "0.6.
|
44
|
+
"@aws-amplify/graphql-transformer-test-utils": "0.6.1",
|
45
45
|
"bestzip": "^2.1.5"
|
46
46
|
},
|
47
47
|
"jest": {
|
@@ -80,6 +80,5 @@
|
|
80
80
|
"coveragePathIgnorePatterns": [
|
81
81
|
"/__tests__/"
|
82
82
|
]
|
83
|
-
}
|
84
|
-
"gitHead": "041c6d1c401f6c4648cf327c068bb7b0d91384d4"
|
83
|
+
}
|
85
84
|
}
|
@@ -3,6 +3,10 @@
|
|
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
|
+
## [3.0.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-relational-transformer@3.0.0...@aws-amplify/graphql-relational-transformer@3.0.1) (2024-08-28)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-relational-transformer
|
9
|
+
|
6
10
|
# [3.0.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-relational-transformer@2.5.11...@aws-amplify/graphql-relational-transformer@3.0.0) (2024-08-20)
|
7
11
|
|
8
12
|
### Bug Fixes
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-relational-transformer",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.1",
|
4
4
|
"description": "Amplify GraphQL relational modeling transformers",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -30,20 +30,20 @@
|
|
30
30
|
},
|
31
31
|
"dependencies": {
|
32
32
|
"@aws-amplify/graphql-directives": "2.0.0",
|
33
|
-
"@aws-amplify/graphql-index-transformer": "3.0.
|
34
|
-
"@aws-amplify/graphql-model-transformer": "3.0.
|
35
|
-
"@aws-amplify/graphql-transformer-core": "3.0.
|
36
|
-
"@aws-amplify/graphql-transformer-interfaces": "4.0.
|
33
|
+
"@aws-amplify/graphql-index-transformer": "3.0.1",
|
34
|
+
"@aws-amplify/graphql-model-transformer": "3.0.1",
|
35
|
+
"@aws-amplify/graphql-transformer-core": "3.0.1",
|
36
|
+
"@aws-amplify/graphql-transformer-interfaces": "4.0.1",
|
37
37
|
"graphql": "^15.5.0",
|
38
38
|
"graphql-mapping-template": "5.0.0",
|
39
39
|
"graphql-transformer-common": "5.0.0",
|
40
40
|
"immer": "^9.0.12"
|
41
41
|
},
|
42
42
|
"devDependencies": {
|
43
|
-
"@aws-amplify/graphql-transformer-test-utils": "0.6.
|
43
|
+
"@aws-amplify/graphql-transformer-test-utils": "0.6.1"
|
44
44
|
},
|
45
45
|
"peerDependencies": {
|
46
|
-
"aws-cdk-lib": "^2.
|
46
|
+
"aws-cdk-lib": "^2.152.0",
|
47
47
|
"constructs": "^10.3.0"
|
48
48
|
},
|
49
49
|
"jest": {
|
@@ -79,6 +79,5 @@
|
|
79
79
|
"coveragePathIgnorePatterns": [
|
80
80
|
"/__tests__/"
|
81
81
|
]
|
82
|
-
}
|
83
|
-
"gitHead": "041c6d1c401f6c4648cf327c068bb7b0d91384d4"
|
82
|
+
}
|
84
83
|
}
|
@@ -3,6 +3,10 @@
|
|
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
|
+
## [3.0.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-searchable-transformer@3.0.0...@aws-amplify/graphql-searchable-transformer@3.0.1) (2024-08-28)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-searchable-transformer
|
9
|
+
|
6
10
|
# [3.0.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-searchable-transformer@2.7.9...@aws-amplify/graphql-searchable-transformer@3.0.0) (2024-08-20)
|
7
11
|
|
8
12
|
### Bug Fixes
|
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-searchable-transformer",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.1",
|
4
4
|
"description": "Amplfy GraphQL @searchable transformer",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -30,19 +30,19 @@
|
|
30
30
|
},
|
31
31
|
"dependencies": {
|
32
32
|
"@aws-amplify/graphql-directives": "2.0.0",
|
33
|
-
"@aws-amplify/graphql-model-transformer": "3.0.
|
34
|
-
"@aws-amplify/graphql-transformer-core": "3.0.
|
35
|
-
"@aws-amplify/graphql-transformer-interfaces": "4.0.
|
33
|
+
"@aws-amplify/graphql-model-transformer": "3.0.1",
|
34
|
+
"@aws-amplify/graphql-transformer-core": "3.0.1",
|
35
|
+
"@aws-amplify/graphql-transformer-interfaces": "4.0.1",
|
36
36
|
"graphql": "^15.5.0",
|
37
37
|
"graphql-mapping-template": "5.0.0",
|
38
38
|
"graphql-transformer-common": "5.0.0"
|
39
39
|
},
|
40
40
|
"peerDependencies": {
|
41
|
-
"aws-cdk-lib": "^2.
|
41
|
+
"aws-cdk-lib": "^2.152.0",
|
42
42
|
"constructs": "^10.3.0"
|
43
43
|
},
|
44
44
|
"devDependencies": {
|
45
|
-
"@aws-amplify/graphql-transformer-test-utils": "0.6.
|
45
|
+
"@aws-amplify/graphql-transformer-test-utils": "0.6.1",
|
46
46
|
"@types/node": "^12.12.6"
|
47
47
|
},
|
48
48
|
"jest": {
|
@@ -82,6 +82,5 @@
|
|
82
82
|
"coveragePathIgnorePatterns": [
|
83
83
|
"/__tests__/"
|
84
84
|
]
|
85
|
-
}
|
86
|
-
"gitHead": "041c6d1c401f6c4648cf327c068bb7b0d91384d4"
|
85
|
+
}
|
87
86
|
}
|
@@ -3,6 +3,10 @@
|
|
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.4.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-sql-transformer@0.4.0...@aws-amplify/graphql-sql-transformer@0.4.1) (2024-08-28)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-sql-transformer
|
9
|
+
|
6
10
|
# [0.4.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-sql-transformer@0.3.9...@aws-amplify/graphql-sql-transformer@0.4.0) (2024-08-20)
|
7
11
|
|
8
12
|
- feat!: bump version for v2 transformer packages ([7dac35c](https://github.com/aws-amplify/amplify-category-api/commit/7dac35cceb971b256b5688b0745ef82afc78b641))
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-sql-transformer",
|
3
|
-
"version": "0.4.
|
3
|
+
"version": "0.4.1",
|
4
4
|
"description": "Amplify GraphQL @sql transformer",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -30,18 +30,18 @@
|
|
30
30
|
},
|
31
31
|
"dependencies": {
|
32
32
|
"@aws-amplify/graphql-directives": "2.0.0",
|
33
|
-
"@aws-amplify/graphql-model-transformer": "3.0.
|
34
|
-
"@aws-amplify/graphql-transformer-core": "3.0.
|
35
|
-
"@aws-amplify/graphql-transformer-interfaces": "4.0.
|
33
|
+
"@aws-amplify/graphql-model-transformer": "3.0.1",
|
34
|
+
"@aws-amplify/graphql-transformer-core": "3.0.1",
|
35
|
+
"@aws-amplify/graphql-transformer-interfaces": "4.0.1",
|
36
36
|
"graphql": "^15.5.0",
|
37
37
|
"graphql-mapping-template": "5.0.0",
|
38
38
|
"graphql-transformer-common": "5.0.0"
|
39
39
|
},
|
40
40
|
"devDependencies": {
|
41
|
-
"@aws-amplify/graphql-transformer-test-utils": "0.6.
|
41
|
+
"@aws-amplify/graphql-transformer-test-utils": "0.6.1"
|
42
42
|
},
|
43
43
|
"peerDependencies": {
|
44
|
-
"aws-cdk-lib": "^2.
|
44
|
+
"aws-cdk-lib": "^2.152.0",
|
45
45
|
"constructs": "^10.3.0"
|
46
46
|
},
|
47
47
|
"jest": {
|
@@ -80,6 +80,5 @@
|
|
80
80
|
"coveragePathIgnorePatterns": [
|
81
81
|
"/__tests__/"
|
82
82
|
]
|
83
|
-
}
|
84
|
-
"gitHead": "041c6d1c401f6c4648cf327c068bb7b0d91384d4"
|
83
|
+
}
|
85
84
|
}
|
@@ -3,6 +3,10 @@
|
|
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.0.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer@2.0.0...@aws-amplify/graphql-transformer@2.0.1) (2024-08-28)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-transformer
|
9
|
+
|
6
10
|
# [2.0.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer@1.6.5...@aws-amplify/graphql-transformer@2.0.0) (2024-08-20)
|
7
11
|
|
8
12
|
### Bug Fixes
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-transformer",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.1",
|
4
4
|
"description": "Amplify GraphQL Transformer Root Package",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -29,29 +29,29 @@
|
|
29
29
|
"access": "public"
|
30
30
|
},
|
31
31
|
"dependencies": {
|
32
|
-
"@aws-amplify/graphql-auth-transformer": "4.0.
|
33
|
-
"@aws-amplify/graphql-default-value-transformer": "3.0.
|
34
|
-
"@aws-amplify/graphql-function-transformer": "3.0.
|
35
|
-
"@aws-amplify/graphql-http-transformer": "3.0.
|
36
|
-
"@aws-amplify/graphql-index-transformer": "3.0.
|
37
|
-
"@aws-amplify/graphql-maps-to-transformer": "4.0.
|
38
|
-
"@aws-amplify/graphql-model-transformer": "3.0.
|
39
|
-
"@aws-amplify/graphql-predictions-transformer": "3.0.
|
40
|
-
"@aws-amplify/graphql-relational-transformer": "3.0.
|
41
|
-
"@aws-amplify/graphql-searchable-transformer": "3.0.
|
42
|
-
"@aws-amplify/graphql-sql-transformer": "0.4.
|
43
|
-
"@aws-amplify/graphql-transformer-core": "3.0.
|
44
|
-
"@aws-amplify/graphql-transformer-interfaces": "4.0.
|
32
|
+
"@aws-amplify/graphql-auth-transformer": "4.0.1",
|
33
|
+
"@aws-amplify/graphql-default-value-transformer": "3.0.1",
|
34
|
+
"@aws-amplify/graphql-function-transformer": "3.0.1",
|
35
|
+
"@aws-amplify/graphql-http-transformer": "3.0.1",
|
36
|
+
"@aws-amplify/graphql-index-transformer": "3.0.1",
|
37
|
+
"@aws-amplify/graphql-maps-to-transformer": "4.0.1",
|
38
|
+
"@aws-amplify/graphql-model-transformer": "3.0.1",
|
39
|
+
"@aws-amplify/graphql-predictions-transformer": "3.0.1",
|
40
|
+
"@aws-amplify/graphql-relational-transformer": "3.0.1",
|
41
|
+
"@aws-amplify/graphql-searchable-transformer": "3.0.1",
|
42
|
+
"@aws-amplify/graphql-sql-transformer": "0.4.1",
|
43
|
+
"@aws-amplify/graphql-transformer-core": "3.0.1",
|
44
|
+
"@aws-amplify/graphql-transformer-interfaces": "4.0.1"
|
45
45
|
},
|
46
46
|
"devDependencies": {
|
47
|
-
"@aws-amplify/graphql-transformer-test-utils": "0.6.
|
47
|
+
"@aws-amplify/graphql-transformer-test-utils": "0.6.1",
|
48
48
|
"@types/node": "^12.12.6",
|
49
49
|
"fs-extra": "^8.1.0",
|
50
50
|
"rimraf": "^3.0.0",
|
51
51
|
"ts-jest": "26.4.4"
|
52
52
|
},
|
53
53
|
"peerDependencies": {
|
54
|
-
"aws-cdk-lib": "^2.
|
54
|
+
"aws-cdk-lib": "^2.152.0",
|
55
55
|
"constructs": "^10.3.0"
|
56
56
|
},
|
57
57
|
"jest": {
|
@@ -88,6 +88,5 @@
|
|
88
88
|
"coveragePathIgnorePatterns": [
|
89
89
|
"/__tests__/"
|
90
90
|
]
|
91
|
-
}
|
92
|
-
"gitHead": "041c6d1c401f6c4648cf327c068bb7b0d91384d4"
|
91
|
+
}
|
93
92
|
}
|
@@ -5,7 +5,6 @@
|
|
5
5
|
```ts
|
6
6
|
|
7
7
|
import { AmplifyDynamoDbModelDataSourceStrategy } from '@aws-amplify/graphql-transformer-interfaces';
|
8
|
-
import { APIIAMResourceProvider } from '@aws-amplify/graphql-transformer-interfaces';
|
9
8
|
import { ApiKeyConfig } from 'aws-cdk-lib/aws-appsync';
|
10
9
|
import { AppSyncAuthConfiguration } from '@aws-amplify/graphql-transformer-interfaces';
|
11
10
|
import { AppSyncDataSourceType } from '@aws-amplify/graphql-transformer-interfaces';
|
@@ -37,6 +36,7 @@ import { GraphqlApiBase } from 'aws-cdk-lib/aws-appsync';
|
|
37
36
|
import { GraphQLAPIProvider } from '@aws-amplify/graphql-transformer-interfaces';
|
38
37
|
import { GraphQLError } from 'graphql';
|
39
38
|
import * as iam from 'aws-cdk-lib/aws-iam';
|
39
|
+
import { IamResource } from 'aws-cdk-lib/aws-appsync';
|
40
40
|
import { IGrantable } from 'aws-cdk-lib/aws-iam';
|
41
41
|
import { InlineMappingTemplateProvider } from '@aws-amplify/graphql-transformer-interfaces';
|
42
42
|
import { InputObjectTypeDefinitionNode } from 'graphql';
|
@@ -96,6 +96,7 @@ import { TypeNode } from 'graphql';
|
|
96
96
|
import { TypeSystemDefinitionNode } from 'graphql';
|
97
97
|
import { UnionTypeDefinitionNode } from 'graphql';
|
98
98
|
import { UnionTypeExtensionNode } from 'graphql';
|
99
|
+
import { Visibility } from 'aws-cdk-lib/aws-appsync';
|
99
100
|
|
100
101
|
// @public (undocumented)
|
101
102
|
export const APICategory = "api";
|
@@ -3,6 +3,10 @@
|
|
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
|
+
## [3.0.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer-core@3.0.0...@aws-amplify/graphql-transformer-core@3.0.1) (2024-08-28)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-amplify/graphql-transformer-core
|
9
|
+
|
6
10
|
# [3.0.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer-core@2.9.3...@aws-amplify/graphql-transformer-core@3.0.0) (2024-08-20)
|
7
11
|
|
8
12
|
- feat!: bump version for v2 transformer packages ([7dac35c](https://github.com/aws-amplify/amplify-category-api/commit/7dac35cceb971b256b5688b0745ef82afc78b641))
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { AssetProvider,
|
2
|
-
import { ApiKeyConfig, AuthorizationConfig, AuthorizationType, GraphqlApiBase, LogConfig, CfnApiKey } from 'aws-cdk-lib/aws-appsync';
|
1
|
+
import { AssetProvider, GraphQLAPIProvider, TransformHostProvider } from '@aws-amplify/graphql-transformer-interfaces';
|
2
|
+
import { ApiKeyConfig, AuthorizationConfig, AuthorizationType, GraphqlApiBase, LogConfig, CfnApiKey, Visibility, IamResource } from 'aws-cdk-lib/aws-appsync';
|
3
3
|
import { Grant, IGrantable } from 'aws-cdk-lib/aws-iam';
|
4
4
|
import { CfnResource } from 'aws-cdk-lib';
|
5
5
|
import { Construct } from 'constructs';
|
@@ -11,14 +11,6 @@ export interface GraphqlApiProps {
|
|
11
11
|
readonly schema?: TransformerSchema;
|
12
12
|
readonly xrayEnabled?: boolean;
|
13
13
|
}
|
14
|
-
export declare class IamResource implements APIIAMResourceProvider {
|
15
|
-
static custom(...arns: string[]): IamResource;
|
16
|
-
static ofType(type: string, ...fields: string[]): IamResource;
|
17
|
-
static all(): IamResource;
|
18
|
-
private arns;
|
19
|
-
private constructor();
|
20
|
-
resourceArns(api: GraphQLAPIProvider): string[];
|
21
|
-
}
|
22
14
|
export type TransformerAPIProps = GraphqlApiProps & {
|
23
15
|
readonly createApiKey?: boolean;
|
24
16
|
readonly host?: TransformHostProvider;
|
@@ -40,12 +32,14 @@ export declare class GraphQLApi extends GraphqlApiBase implements GraphQLAPIProv
|
|
40
32
|
readonly disableResolverDeduping?: boolean;
|
41
33
|
readonly environmentName?: string;
|
42
34
|
readonly assetProvider: AssetProvider;
|
35
|
+
readonly graphQLEndpointArn: string;
|
36
|
+
readonly visibility: Visibility;
|
43
37
|
private schemaResource;
|
44
38
|
private api;
|
45
39
|
private apiKeyResource?;
|
46
40
|
private authorizationConfig?;
|
47
41
|
constructor(scope: Construct, id: string, props: TransformerAPIProps);
|
48
|
-
grant(grantee: IGrantable, resources:
|
42
|
+
grant(grantee: IGrantable, resources: IamResource, ...actions: string[]): Grant;
|
49
43
|
grantQuery(grantee: IGrantable, ...fields: string[]): Grant;
|
50
44
|
grantMutation(grantee: IGrantable, ...fields: string[]): Grant;
|
51
45
|
grantSubscription(grantee: IGrantable, ...fields: string[]): Grant;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"graphql-api.d.ts","sourceRoot":"","sources":["../src/graphql-api.ts"],"names":[],"mappings":"AAAA,OAAO,
|
1
|
+
{"version":3,"file":"graphql-api.d.ts","sourceRoot":"","sources":["../src/graphql-api.ts"],"names":[],"mappings":"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"}
|
@@ -23,7 +23,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
23
23
|
return result;
|
24
24
|
};
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
26
|
-
exports.GraphQLApi =
|
26
|
+
exports.GraphQLApi = void 0;
|
27
27
|
const aws_appsync_1 = require("aws-cdk-lib/aws-appsync");
|
28
28
|
const aws_iam_1 = require("aws-cdk-lib/aws-iam");
|
29
29
|
const cdk = __importStar(require("aws-cdk-lib"));
|
@@ -31,33 +31,6 @@ const aws_cdk_lib_1 = require("aws-cdk-lib");
|
|
31
31
|
const schema_asset_1 = require("./cdk-compat/schema-asset");
|
32
32
|
const transform_host_1 = require("./transform-host");
|
33
33
|
const utils_1 = require("./utils");
|
34
|
-
class IamResource {
|
35
|
-
static custom(...arns) {
|
36
|
-
if (arns.length === 0) {
|
37
|
-
throw new Error('At least 1 custom ARN must be provided.');
|
38
|
-
}
|
39
|
-
return new IamResource(arns);
|
40
|
-
}
|
41
|
-
static ofType(type, ...fields) {
|
42
|
-
const arns = fields.length ? fields.map((field) => `types/${type}/fields/${field}`) : [`types/${type}/*`];
|
43
|
-
return new IamResource(arns);
|
44
|
-
}
|
45
|
-
static all() {
|
46
|
-
return new IamResource(['*']);
|
47
|
-
}
|
48
|
-
constructor(arns) {
|
49
|
-
this.arns = arns;
|
50
|
-
}
|
51
|
-
resourceArns(api) {
|
52
|
-
return this.arns.map((arn) => aws_cdk_lib_1.Stack.of(api).formatArn({
|
53
|
-
service: 'appsync',
|
54
|
-
resource: `apis/${api.apiId}`,
|
55
|
-
arnFormat: aws_cdk_lib_1.ArnFormat.SLASH_RESOURCE_NAME,
|
56
|
-
resourceName: `${arn}`,
|
57
|
-
}));
|
58
|
-
}
|
59
|
-
}
|
60
|
-
exports.IamResource = IamResource;
|
61
34
|
class GraphQLApi extends aws_appsync_1.GraphqlApiBase {
|
62
35
|
constructor(scope, id, props) {
|
63
36
|
var _a, _b;
|
@@ -87,6 +60,8 @@ class GraphQLApi extends aws_appsync_1.GraphqlApiBase {
|
|
87
60
|
this.arn = this.api.attrArn;
|
88
61
|
this.graphqlUrl = this.api.attrGraphQlUrl;
|
89
62
|
this.name = this.api.name;
|
63
|
+
this.graphQLEndpointArn = this.api.attrGraphQlEndpointArn;
|
64
|
+
this.visibility = this.api.visibility === 'PRIVATE' ? aws_appsync_1.Visibility.PRIVATE : aws_appsync_1.Visibility.GLOBAL;
|
90
65
|
this.schema = (_a = props.schema) !== null && _a !== void 0 ? _a : new schema_asset_1.TransformerSchema();
|
91
66
|
this.assetProvider = props.assetProvider;
|
92
67
|
this.schemaResource = this.schema.bind(this);
|
@@ -120,13 +95,13 @@ class GraphQLApi extends aws_appsync_1.GraphqlApiBase {
|
|
120
95
|
});
|
121
96
|
}
|
122
97
|
grantQuery(grantee, ...fields) {
|
123
|
-
return this.grant(grantee, IamResource.ofType('Query', ...fields), 'appsync:GraphQL');
|
98
|
+
return this.grant(grantee, aws_appsync_1.IamResource.ofType('Query', ...fields), 'appsync:GraphQL');
|
124
99
|
}
|
125
100
|
grantMutation(grantee, ...fields) {
|
126
|
-
return this.grant(grantee, IamResource.ofType('Mutation', ...fields), 'appsync:GraphQL');
|
101
|
+
return this.grant(grantee, aws_appsync_1.IamResource.ofType('Mutation', ...fields), 'appsync:GraphQL');
|
127
102
|
}
|
128
103
|
grantSubscription(grantee, ...fields) {
|
129
|
-
return this.grant(grantee, IamResource.ofType('Subscription', ...fields), 'appsync:GraphQL');
|
104
|
+
return this.grant(grantee, aws_appsync_1.IamResource.ofType('Subscription', ...fields), 'appsync:GraphQL');
|
130
105
|
}
|
131
106
|
createAPIKey(config) {
|
132
107
|
var _a, _b;
|