@aws-amplify/graphql-index-transformer 0.14.9 → 0.14.10-alpha.34
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/types.d.ts +2 -2
- package/lib/types.d.ts.map +1 -1
- package/package.json +8 -8
package/lib/types.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import { DirectiveNode, FieldDefinitionNode, ObjectTypeDefinitionNode } from 'graphql';
|
2
|
-
export
|
2
|
+
export type PrimaryKeyDirectiveConfiguration = {
|
3
3
|
object: ObjectTypeDefinitionNode;
|
4
4
|
field: FieldDefinitionNode;
|
5
5
|
directive: DirectiveNode;
|
@@ -7,7 +7,7 @@ export declare type PrimaryKeyDirectiveConfiguration = {
|
|
7
7
|
sortKey: FieldDefinitionNode[];
|
8
8
|
modelDirective: DirectiveNode;
|
9
9
|
};
|
10
|
-
export
|
10
|
+
export type IndexDirectiveConfiguration = PrimaryKeyDirectiveConfiguration & {
|
11
11
|
name: string | null;
|
12
12
|
queryField: string | null;
|
13
13
|
primaryKeyField: FieldDefinitionNode;
|
package/lib/types.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,mBAAmB,EAAE,wBAAwB,EAAE,MAAM,SAAS,CAAC;AAEvF,
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,mBAAmB,EAAE,wBAAwB,EAAE,MAAM,SAAS,CAAC;AAEvF,MAAM,MAAM,gCAAgC,GAAG;IAC7C,MAAM,EAAE,wBAAwB,CAAC;IACjC,KAAK,EAAE,mBAAmB,CAAC;IAC3B,SAAS,EAAE,aAAa,CAAC;IACzB,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,OAAO,EAAE,mBAAmB,EAAE,CAAC;IAC/B,cAAc,EAAE,aAAa,CAAC;CAC/B,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG,gCAAgC,GAAG;IAC3E,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,eAAe,EAAE,mBAAmB,CAAC;CACtC,CAAC"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-amplify/graphql-index-transformer",
|
3
|
-
"version": "0.14.
|
3
|
+
"version": "0.14.10-alpha.34+7b138841b",
|
4
4
|
"description": "Amplify GraphQL index and key transformers",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -28,21 +28,21 @@
|
|
28
28
|
"extract-api": "ts-node ../../scripts/extract-api.ts"
|
29
29
|
},
|
30
30
|
"dependencies": {
|
31
|
-
"@aws-amplify/graphql-model-transformer": "0.16.
|
32
|
-
"@aws-amplify/graphql-transformer-core": "0.18.
|
33
|
-
"@aws-amplify/graphql-transformer-interfaces": "1.14.
|
31
|
+
"@aws-amplify/graphql-model-transformer": "0.16.9-alpha.34+7b138841b",
|
32
|
+
"@aws-amplify/graphql-transformer-core": "0.18.5-alpha.34+7b138841b",
|
33
|
+
"@aws-amplify/graphql-transformer-interfaces": "1.14.13-alpha.46+7b138841b",
|
34
34
|
"@aws-cdk/aws-appsync": "~1.172.0",
|
35
35
|
"@aws-cdk/aws-dynamodb": "~1.172.0",
|
36
36
|
"@aws-cdk/core": "~1.172.0",
|
37
37
|
"graphql": "^15.5.0",
|
38
|
-
"graphql-mapping-template": "4.20.
|
39
|
-
"graphql-transformer-common": "4.24.
|
38
|
+
"graphql-mapping-template": "4.20.8-alpha.63+7b138841b",
|
39
|
+
"graphql-transformer-common": "4.24.5-alpha.46+7b138841b"
|
40
40
|
},
|
41
41
|
"devDependencies": {
|
42
42
|
"@aws-cdk/assert": "~1.172.0"
|
43
43
|
},
|
44
44
|
"peerDependencies": {
|
45
|
-
"amplify-cli-core": "
|
45
|
+
"amplify-cli-core": "3.7.0-rc.b80571744.0"
|
46
46
|
},
|
47
47
|
"jest": {
|
48
48
|
"transform": {
|
@@ -59,5 +59,5 @@
|
|
59
59
|
],
|
60
60
|
"collectCoverage": true
|
61
61
|
},
|
62
|
-
"gitHead": "
|
62
|
+
"gitHead": "7b138841bf2c26fa16465ef263af0de7ce5a4122"
|
63
63
|
}
|