DesUpgradeComponentsToLatestSymbolPayload
Payload for upgrading components to use the latest symbol revision.
type DesUpgradeComponentsToLatestSymbolPayload {
errors: [DesPayloadError!]!
failedComponentIds: [ID!]!
failedCount: Int!
totalProcessed: Int!
upgradedComponentIds: [ID!]!
upgradedCount: Int!
}
Fields
DesUpgradeComponentsToLatestSymbolPayload.errors ● [DesPayloadError!]! non-null object
Payload errors.
DesUpgradeComponentsToLatestSymbolPayload.failedComponentIds ● [ID!]! non-null scalar
List of component identifiers that failed to upgrade.
DesUpgradeComponentsToLatestSymbolPayload.failedCount ● Int! non-null scalar
The number of components that failed to upgrade.
DesUpgradeComponentsToLatestSymbolPayload.totalProcessed ● Int! non-null scalar
The total number of components that were processed.
DesUpgradeComponentsToLatestSymbolPayload.upgradedComponentIds ● [ID!]! non-null scalar
List of component identifiers that were upgraded.
DesUpgradeComponentsToLatestSymbolPayload.upgradedCount ● Int! non-null scalar
The number of components that were successfully upgraded.