feat(cp-gql-schema): remove id from ServiceScale

This commit is contained in:
Sérgio Ramos 2017-06-28 10:54:33 +01:00 committed by Judit Greskovits
parent 4b7027295f
commit 0172d32bad
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ type DeploymentGroup {
}
type ServiceScale {
id: ID!
serviceName: String!
replicas: Int!
}