joyent-portal/packages/cp-frontend/src/graphql/DeploymentGroupProvision.gql

10 lines
272 B
GraphQL

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