Reaction Surrogate
data class ReactionSurrogate<T>(val origin: Reaction<T>, val inputContext: Context = origin.inputContext, val outputContext: Context = origin.outputContext, val node: NodeSurrogate<T> = origin.node.toGraphQLNodeSurrogate()) : GraphQLSurrogate<Reaction<T>>
A surrogate class for Reaction.
Parameters
input Context
the input context of the reaction
output Context
the output context of the reaction
node
the NodeSurrogate in which this ReactionSurrogate executes