mirror of
https://github.com/yldio/copilot.git
synced 2025-01-15 05:20:11 +02:00
10 lines
272 B
Plaintext
10 lines
272 B
Plaintext
|
mutation provisionManifest($deploymentGroupId: ID!, $type: ManifestType!, $format: ManifestFormat!, $raw: String!) {
|
||
|
provisionManifest(deploymentGroupId: $deploymentGroupId, type: $type, format: $format, raw: $raw) {
|
||
|
id
|
||
|
created
|
||
|
type
|
||
|
format
|
||
|
obj
|
||
|
}
|
||
|
}
|