We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e59d573 commit 904ba79Copy full SHA for 904ba79
src/services/route53Record/schema.graphql
@@ -1,6 +1,8 @@
1
type awsRoute53Record implements awsOptionalService @key(fields: "id") {
2
zoneId: String @search(by: [hash])
3
alias: awsRoute53Alias
4
+ name: String @search(by: [hash, regexp])
5
+ setIdentifier: String @search(by: [hash, regexp])
6
type: String @search(by: [hash, regexp])
7
ttl: Int @search
8
records: [String] @search(by: [hash, regexp])
0 commit comments