UpdateSapSystemPayload
Result of the updateSapSystem(...) operation
type UpdateSapSystemPayload implements OperationResultContainer {
result: OperationResult!
sapSystem: SapSystem
credentials: MonitoredSystemCredentialOperations
}
Fields
UpdateSapSystemPayload.result ● OperationResult! non-null object
UpdateSapSystemPayload.sapSystem ● SapSystem object
This field holds the update SAP system if the operation was successful.
UpdateSapSystemPayload.credentials ● MonitoredSystemCredentialOperations object
Credential operations.
Interfaces
OperationResultContainer interface
Returned By
updateSapSystem mutation