Skip to main content

BadgeConfigurationInput

BadgeConfigurationInput specifies the configuration for the staff badges assigned to users with any role above COMMENTER.

type BadgeConfigurationInput {  staffLabel: String  adminLabel: String  moderatorLabel: String  memberLabel: String}

Fields#

staffLabel (String)#

staffLabel is the string used when displaying the STAFF badge to users.

adminLabel (String)#

adminLabel is the string used when displaying the ADMIN badge to users.

moderatorLabel (String)#

moderatorLabel is the string used when displaying the MODERATOR badge to users.

memberLabel (String)#

memberLabel is the string used when displaying the MEMBER badget to users.