ReactionConfiguration
ReactionConfiguration stores the configuration for reactions used across this Tenant.
type ReactionConfiguration { icon: String! iconActive: String label: String! labelActive: String! sortLabel: String! color: String}Fields#
icon (String!)#
icon is the string representing the icon to be used for the reactions.
iconActive (String)#
iconActive is the string representing the icon that should be used when the icon should be considered active.
label (String!)#
label is the string placed beside the reaction icon to provide better context.
labelActive (String!)#
labelActive is the string placed beside the reaction icon to provide better context when it has been selected.
sortLabel (String!)#
sortLabel is the string placed inside of the sort menu to sort for comment with most reactions.
color (String)#
color is the hex color code that can be used to change the color of the button.