directiveArgValue('subscription'); $shouldQueue = $this->directiveArgValue('shouldQueue'); $fieldValue->resultHandler(function ($root) use ($subscriptionField, $shouldQueue) { Subscription::broadcast($subscriptionField, $root, $shouldQueue); return $root; }); return $fieldValue; } }