Skip to content

Commit f88537c

Browse files
committed
fix: transitGatewayAttachment failed to insert data because duplicate XID found
1 parent d79a230 commit f88537c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/transitGatewayAttachment/schema.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
type awsTransitGatewayAttachment @key(fields: "arn") {
2-
id: String! @id @search(by: [hash])
2+
id: String! @search(by: [hash])
33
accountId: String! @search(by: [hash])
44
arn: String! @id @search(by: [hash, regexp])
55
region: String @search(by: [hash, regexp])

0 commit comments

Comments
 (0)