ReactionSurrogate
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
inputContext
the input context of the reaction
outputContext
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