runMutation method
Runs a write plan through the attached resolver.
Implementation
Future<MutationResult> runMutation(MutationPlan plan) =>
_requireResolver().runMutation(plan);
Runs a write plan through the attached resolver.
Future<MutationResult> runMutation(MutationPlan plan) =>
_requireResolver().runMutation(plan);