OBJECT
A React object representing an action that can be taken when a webhook is triggered.
type React {# The name of the action.reactionName: String! # A description of the action.description: String! # The name of the service associated with the action.serviceName: String! # The service associated with the action.service: Service! }