ip(); if ($ip !== '127.0.0.1' && app()->isProduction()) { abort(403, "GraphQL is only enabled for localhost"); } return $next($request); } }