AppEnvironmentUpdateDomainReplacementsInput
Input for updating the domain replacements used when syncing an environment.
input AppEnvironmentUpdateDomainReplacementsInput {
domainReplacements: [AppEnvironmentSyncReplacementInput!]!
environmentId: Int!
fromEnvironmentId: Int!
id: Int!
}
Fields
AppEnvironmentUpdateDomainReplacementsInput.domainReplacements ● [AppEnvironmentSyncReplacementInput!]! non-null input common
The domain replacements entries to store for the source environment.
AppEnvironmentUpdateDomainReplacementsInput.environmentId ● Int! non-null scalar common
The environment ID whose domain replacements is being updated.
AppEnvironmentUpdateDomainReplacementsInput.fromEnvironmentId ● Int! non-null scalar common
The source environment ID that the domain replacements applies to.
AppEnvironmentUpdateDomainReplacementsInput.id ● Int! non-null scalar common
The application ID.
Member Of
updateEnvironmentDomainReplacements mutation