7 lines
203 B
GraphQL
7 lines
203 B
GraphQL
query getEnvironmentFolder($environment: NestedLocalEnvironment, $scope: String) {
|
|
folder(environment: $environment, scope: $scope) @client {
|
|
availableCount
|
|
environments
|
|
stoppedCount
|
|
}
|
|
}
|