Skip to main content

BadgeConfigurationInput

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

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

Fields

BadgeConfigurationInput.staffLabel ● String scalar

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

BadgeConfigurationInput.adminLabel ● String scalar

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

BadgeConfigurationInput.moderatorLabel ● String scalar

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

BadgeConfigurationInput.memberLabel ● String scalar

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

Member Of

SettingsInput input