AppEnvironmentSyncReplacementInput
A single domain replacements entry to store for an environment sync.
input AppEnvironmentSyncReplacementInput {
from: String!
to: String!
}
Fields
AppEnvironmentSyncReplacementInput.from ● String! non-null scalar common
The source value to replace.
AppEnvironmentSyncReplacementInput.to ● String! non-null scalar common
The replacement value.