$args */ public function handle($root, array $args, $context, ResolveInfo $resolveInfo, Closure $next) { throw_unless(Auth::check(), AuthorizationError::class, 'Unauthenticated.'); return $next($root, $args, $context, $resolveInfo); } }