Skip to main content

CreateReactionData

No description

input CreateReactionData {
actions: JSON!
description: String
enabled: Boolean
name: String!
trigger_attribute: String!
trigger_from: JSON
trigger_to: JSON
}

Fields

CreateReactionData.actions ● JSON! non-null scalar

CreateReactionData.description ● String scalar

CreateReactionData.enabled ● Boolean scalar

CreateReactionData.name ● String! non-null scalar

CreateReactionData.trigger_attribute ● String! non-null scalar

CreateReactionData.trigger_from ● JSON scalar

CreateReactionData.trigger_to ● JSON scalar

Member Of

createReaction mutation