Reaction Surrogate
constructor(origin: Reaction<T>, inputContext: Context = origin.inputContext, outputContext: Context = origin.outputContext, node: NodeSurrogate<T> = origin.node.toGraphQLNodeSurrogate())
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