1
0
mirror of https://github.com/yldio/copilot.git synced 2024-11-14 15:20:06 +02:00

feat(cp-gql-schema): don't require scale or manifest in Version

This commit is contained in:
Sérgio Ramos 2017-07-27 17:18:19 +01:00
parent d4877e8bb9
commit 763bf9ecc8

View File

@ -58,8 +58,8 @@ type ConvergenceAction {
type Version {
id: ID!
manifest: Manifest!
scale(serviceName: String): [ServiceScale]!
manifest: Manifest
scale(serviceName: String): [ServiceScale]
plan: [ConvergenceAction]
hasPlan: Boolean
error: String