We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d79a230 commit f88537cCopy full SHA for f88537c
1 file changed
src/services/transitGatewayAttachment/schema.graphql
@@ -1,5 +1,5 @@
1
type awsTransitGatewayAttachment @key(fields: "arn") {
2
- id: String! @id @search(by: [hash])
+ 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])
0 commit comments