Skip to content

Commit d503213

Browse files
authored
Merge pull request #43 from cloudgraphdev/fix/CG-1086
fix: transitGatewayAttachment failed to insert data because duplicate XID found
2 parents e5b48c1 + 72d4cb2 commit d503213

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/services/transitGatewayAttachment/schema.graphql

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
type awsTransitGatewayAttachment implements awsBaseService @key(fields: "arn") {
1+
type awsTransitGatewayAttachment @key(fields: "arn") {
2+
id: String! @search(by: [hash])
3+
accountId: String! @search(by: [hash])
4+
arn: String! @id @search(by: [hash, regexp])
5+
region: String @search(by: [hash, regexp])
26
transitGatewayId: String @search(by: [hash])
37
transitGatewayOwnerId: String @search(by: [hash])
48
resourceOwnerId: String @search(by: [hash])

0 commit comments

Comments
 (0)