mirror of
https://github.com/yldio/copilot.git
synced 2025-01-14 21:10:13 +02:00
17 lines
377 B
GraphQL
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
|
|
}
|
|
}
|
|
}
|
|
}
|