forked from cerc-io/snowballtools-base
Show service provider IP address while creating custom domain
This commit is contained in:
committed by
IshaVenikar
parent
56eccb48b3
commit
5d9c965f54
@@ -250,11 +250,11 @@ type Auction {
|
||||
}
|
||||
|
||||
type DNSRecordAttributes {
|
||||
name: string;
|
||||
value: string;
|
||||
request: string;
|
||||
resourceType: string;
|
||||
version: string;
|
||||
name: String
|
||||
value: String
|
||||
request: String
|
||||
resourceType: String
|
||||
version: String
|
||||
}
|
||||
|
||||
input AuctionParams {
|
||||
|
||||
Reference in New Issue
Block a user