Skip to content

Commit 904ba79

Browse files
committed
fix(services): update route53 to have setIdentifier and name in the schema
1 parent e59d573 commit 904ba79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/services/route53Record/schema.graphql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
type awsRoute53Record implements awsOptionalService @key(fields: "id") {
22
zoneId: String @search(by: [hash])
33
alias: awsRoute53Alias
4+
name: String @search(by: [hash, regexp])
5+
setIdentifier: String @search(by: [hash, regexp])
46
type: String @search(by: [hash, regexp])
57
ttl: Int @search
68
records: [String] @search(by: [hash, regexp])

0 commit comments

Comments
 (0)