9 lines
199 B
GraphQL
9 lines
199 B
GraphQL
query getEnvironmentApp($page: Int, $scope: String) {
|
|
environmentApp(page: $page, scope: $scope) @client {
|
|
availableCount
|
|
stoppedCount
|
|
environments
|
|
reviewApp
|
|
stoppedCount
|
|
}
|
|
}
|