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