feat(cp-gql-schema): add imported to DeploymentGroup

This commit is contained in:
Sérgio Ramos 2017-06-27 16:10:24 +01:00 committed by Judit Greskovits
parent 190601a999
commit a150dabff2
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ type DeploymentGroup {
services(name: String, slug: String, parentId: ID): [Service]
version: Version
history: [Version]
imported: Boolean
}
type ServiceScale {