feat(cp-gql-schema): add deleteDeploymentGroup mutation

This commit is contained in:
Sérgio Ramos 2017-07-17 15:27:34 +01:00 committed by Judit Greskovits
parent 9296d51075
commit 66c4bdc520
1 changed files with 1 additions and 0 deletions

View File

@ -215,6 +215,7 @@ type Query {
type Mutation {
createDeploymentGroup(name: String!): DeploymentGroup
updateDeploymentGroup(id: ID!, name: String!): DeploymentGroup
deleteDeploymentGroup(id: ID!): DeploymentGroup
provisionManifest(deploymentGroupId: ID!, type: ManifestType!, format: ManifestFormat!, environment: String!, files: [KeyValueInput]!, raw: String!): Version
scale(serviceId: ID!, replicas: Int!): Version