AppEnvironmentAddDomainInput
Variables for the Add Domain mutation
input AppEnvironmentAddDomainInput {
domain: NewDomain
environmentId: Int
generateVerificationCode: Boolean
id: Int
}
Fields
AppEnvironmentAddDomainInput.domain ● NewDomain input common
The domain name (i.e. something like example.com or sub.example.com)
AppEnvironmentAddDomainInput.environmentId ● Int scalar common
The ID of the environment that this domain belongs to
AppEnvironmentAddDomainInput.generateVerificationCode ● Boolean scalar common
Flag to set verification code
AppEnvironmentAddDomainInput.id ● Int scalar common
The App ID
Member Of
addDomainToAppEnvironment mutation