DryRunEffect
No description
type DryRunEffect {
mutatedReferences: [DryRunMutation!]
returnValues: [DryRunReturn!]
}
Fields
DryRunEffect.mutatedReferences
● [DryRunMutation!]
list object
Changes made to arguments that were mutably borrowed by each command in this transaction.
DryRunEffect.returnValues
● [DryRunReturn!]
list object
Return results of each command in this transaction.
Member Of
DryRunResult
object