feat(cp-gql-schema): add healthy attr to Instance (#520)

This commit is contained in:
Sérgio Ramos 2017-06-26 16:56:08 +01:00 committed by Wyatt Preul
parent f2ad0da7e2
commit 5dab93e59e
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ type Instance {
name: String!
machineId: ID!
status: InstanceStatus!
healthy: Boolean
# metrics: [InstanceMetric]!
}