UpdateServerPayload
Result of the updateServer(...) operation
type UpdateServerPayload implements OperationResultContainer {
result: OperationResult!
server: Server
credentials: MonitoredSystemCredentialOperations
}
Fields
UpdateServerPayload.result ● OperationResult! non-null object
UpdateServerPayload.server ● Server object
This field holds the updated server if the operation was successful.
UpdateServerPayload.credentials ● MonitoredSystemCredentialOperations object
Credential operations.
Interfaces
OperationResultContainer interface
Returned By
updateServer mutation