directiveArgValue('class'); App::make($class)->handle(request(), fn () => null); } /** * Handle a type AST as it is converted to an executable type. */ public function handleNode(TypeValue $value): void { $class = $this->directiveArgValue('class'); App::make($class)->handle(request(), fn () => null); } }