Skip to content

Commit

Permalink
fix(services): update route53 to have setIdentifier and name in the s…
Browse files Browse the repository at this point in the history
…chema
  • Loading branch information
tyler-dunkel committed Mar 7, 2023
1 parent e59d573 commit 904ba79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/services/route53Record/schema.graphql
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
type awsRoute53Record implements awsOptionalService @key(fields: "id") {
zoneId: String @search(by: [hash])
alias: awsRoute53Alias
name: String @search(by: [hash, regexp])
setIdentifier: String @search(by: [hash, regexp])
type: String @search(by: [hash, regexp])
ttl: Int @search
records: [String] @search(by: [hash, regexp])
Expand Down

0 comments on commit 904ba79

Please sign in to comment.