function($rootValue, $args, $context) { $sum = new Addition(); return $sum->resolve($rootValue, $args, $context); }, 'echo' => function($rootValue, $args, $context) { $echo = new Echoer(); return $echo->resolve($rootValue, $args, $context); }, 'prefix' => 'You said: ', ];