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
Properties
Link copied to clipboard
Link copied to clipboard
the NodeSurrogate in which this ReactionSurrogate executes
Link copied to clipboard