UpdateACMEServerPayload
UpdateACMEServerPayload represents the response payload of updating an ACME Server
type UpdateACMEServerPayload {
acmeServer: ACMEServer!
}
Fields
UpdateACMEServerPayload.acmeServer ● ACMEServer! non-null object
Returned By
updateACMEServer mutation