query getEnvironmentApp($page: Int, $scope: String, $search: String) { environmentApp(page: $page, scope: $scope, search: $search) @client { availableCount stoppedCount environments reviewApp canStopStaleEnvironments } }