summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/environments/graphql/queries/environment_app.query.graphql
blob: c3ab9cf7fca5a90fc821d62aae3a7fc23f8962fd (plain)
1
2
3
4
5
6
7
8
query getEnvironmentApp($page: Int, $scope: String) {
  environmentApp(page: $page, scope: $scope) @client {
    availableCount
    stoppedCount
    environments
    reviewApp
  }
}