BadgeConfiguration
BadgeConfiguration specifies the configuration for the staff badges assigned to users with any role above COMMENTER.
type BadgeConfiguration { label: String! memberLabel: String! staffLabel: String! moderatorLabel: String! adminLabel: String!}
#
Fieldslabel
(String!
)#
DEPRECATED: deprecated in favour of staffLabellabel is the string used when displaying the STAFF badge to users.
memberLabel
(String!
)#
memberLabel is the string used when displaying the MEMBER badge to users.
staffLabel
(String!
)#
staffLabel is the string used when displaying the STAFF badge to users.
moderatorLabel
(String!
)#
moderatorLabel is the string used when displaying the MODERATOR badge to users.
adminLabel
(String!
)#
adminLabel is the string used when displaying the ADMIN badge to users