Skip to main content

⚠️ This is the alpha version. The operation or type does not exist in the beta version.

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