feat(cp-gql-schema): rename watchers to watches

This commit is contained in:
Sérgio Ramos 2017-07-19 16:55:39 +01:00 committed by Judit Greskovits
parent cdd6d98af4
commit fdb24ebc13
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ type Instance {
machineId: ID!
status: InstanceStatus!
healthy: HealthyStatus
watchers: [String]
watches: [String]
jobs: [String]
}