VersionComparison
A comparison of a single version string between two sides.
source and target may each be null when the corresponding side has no
version to report (e.g., an instance that exists on one side of an
environment comparison but not the other).
type VersionComparison {
source: String
target: String
equal: Boolean!
}
Fields
VersionComparison.source ● String scalar {#source}
The version on the source side, or null if no version applies.
VersionComparison.target ● String scalar {#target}
The version on the target side, or null if no version applies.
VersionComparison.equal ● Boolean! non-null scalar {#equal}
true when both sides have the same version string (including both being null).
Member Of
DeploymentComparison object ● InstanceComparison object