BadgeConfiguration
BadgeConfiguration specifies the configuration for the staff badges assigned to users with any role above COMMENTER.
type BadgeConfiguration {
label: String! @deprecated
memberLabel: String!
staffLabel: String!
moderatorLabel: String!
adminLabel: String!
}
Fields
BadgeConfiguration.label
● String!
deprecated non-null scalar
DEPRECATED
deprecated in favour of staffLabel
label is the string used when displaying the STAFF badge to users.
BadgeConfiguration.memberLabel
● String!
non-null scalar
memberLabel is the string used when displaying the MEMBER badge to users.
BadgeConfiguration.staffLabel
● String!
non-null scalar
staffLabel is the string used when displaying the STAFF badge to users.
BadgeConfiguration.moderatorLabel
● String!
non-null scalar
moderatorLabel is the string used when displaying the MODERATOR badge to users.
BadgeConfiguration.adminLabel
● String!
non-null scalar
adminLabel is the string used when displaying the ADMIN badge to users
Member Of
Settings
object