CharCount
No description
type CharCount {
enabled: Boolean!
min: Int
max: Int
}
Fields
CharCount.enabled ● Boolean! non-null scalar
enabled when true, enables the character count moderation phase.
CharCount.min ● Int scalar
min is the smallest length of a Comment that may be posted.
CharCount.max ● Int scalar
max is the largest length of a Comment that may be posted.
Member Of
Settings object