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:
parent
190601a999
commit
a150dabff2
@ -23,6 +23,7 @@ type DeploymentGroup {
|
|||||||
services(name: String, slug: String, parentId: ID): [Service]
|
services(name: String, slug: String, parentId: ID): [Service]
|
||||||
version: Version
|
version: Version
|
||||||
history: [Version]
|
history: [Version]
|
||||||
|
imported: Boolean
|
||||||
}
|
}
|
||||||
|
|
||||||
type ServiceScale {
|
type ServiceScale {
|
||||||
|
Loading…
Reference in New Issue
Block a user