Skip to main content

CharCount

No description

type CharCount {  enabled: Boolean!  min: Int  max: Int}

Fields#

enabled (Boolean!)#

enabled when true, enables the character count moderation phase.

min (Int)#

min is the smallest length of a Comment that may be posted.

max (Int)#

max is the largest length of a Comment that may be posted.