1
0
mirror of https://github.com/yldio/copilot.git synced 2025-01-15 05:20:11 +02:00
copilot/packages/cp-frontend/src/graphql/DeploymentGroupProvision.gql

10 lines
272 B
Plaintext
Raw Normal View History

mutation provisionManifest($deploymentGroupId: ID!, $type: ManifestType!, $format: ManifestFormat!, $raw: String!) {
provisionManifest(deploymentGroupId: $deploymentGroupId, type: $type, format: $format, raw: $raw) {
id
created
type
format
obj
}
}