1
0
mirror of https://github.com/yldio/copilot.git synced 2025-01-14 21:10:13 +02:00
copilot/packages/cp-frontend/src/graphql/DeploymentGroupProvision.gql
2017-06-28 10:18:10 +01:00

17 lines
377 B
GraphQL

mutation provisionManifest($deploymentGroupId: ID!, $type: ManifestType!, $format: ManifestFormat!, $raw: String!) {
provisionManifest(deploymentGroupId: $deploymentGroupId, type: $type, format: $format, raw: $raw) {
scale {
serviceName
replicas
}
plan {
running
actions {
type
service
machines
}
}
}
}