1
0
mirror of https://github.com/yldio/copilot.git synced 2024-11-14 23:30:05 +02:00

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

View File

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