Magidoc

CreateReactionInput
Input Object

Input type for creating a new Reaction.

Fields

#

conditions

Non-null

The conditions required for this Reaction to be invoked.

description

An optional description for the Reaction.

enabled

Non-null

Whether this Reaction is enabled. If disabled, it will never be invoked.

event

Non-null

The event to trigger when this Reaction's conditions are met.

name

Non-null

Name of the Reaction. This should be unique.

priority

The prompt to use for the ReactionTrigger.

triggers

Non-null

One or more trigger points to invoke this Reaction.

Usages

#

References

#

  • Argument input of field createReaction from type Mutation