SettingsSMTPInput
No description
input SettingsSMTPInput {
secure: Boolean
host: String
port: Int
authentication: Boolean
username: String
password: String
}
No description
input SettingsSMTPInput {
secure: Boolean
host: String
port: Int
authentication: Boolean
username: String
password: String
}
SettingsSMTPInput.secure ● Boolean scalarSettingsSMTPInput.host ● String scalarSettingsSMTPInput.port ● Int scalarSettingsSMTPInput.authentication ● Boolean scalarSettingsSMTPInput.username ● String scalarSettingsSMTPInput.password ● String scalar