Skip to main content

UpdateDatabasePayload

No description

type UpdateDatabasePayload implements OperationResultContainer {
result: OperationResult!
database: Database
credentials: MonitoredSystemCredentialOperations
}

Fields

UpdateDatabasePayload.result ● OperationResult! non-null object

The result of the operation.

UpdateDatabasePayload.database ● Database object

This field holds the created monitored system if the operation was successful.

UpdateDatabasePayload.credentials ● MonitoredSystemCredentialOperations object

Credential operations.

Interfaces

OperationResultContainer interface

Returned By

updateDatabase mutation