SettingsCharCountInput
No description
input SettingsCharCountInput {
enabled: Boolean
min: Int
max: Int
}
Fields
SettingsCharCountInput.enabled ● Boolean scalar
enabled when true, enables the character count moderation phase.
SettingsCharCountInput.min ● Int scalar
min is the smallest length of a Comment that may be posted.
SettingsCharCountInput.max ● Int scalar
max is the largest length of a Comment that may be posted.
Member Of
SettingsInput input