mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 23:30:05 +02:00
feat(cp-gql-schema): expose Manifest in Version instead of manifestId
This commit is contained in:
parent
aa853fe4c8
commit
61bd88e437
@ -53,7 +53,7 @@ type StateConvergencePlan {
|
||||
|
||||
type Version {
|
||||
created: Date! # Either Int or define scalar
|
||||
manifestId: ID!
|
||||
manifest: Manifest!
|
||||
scale(serviceName: String): [ServiceScale]!
|
||||
plan(running: Boolean): StateConvergencePlan
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user