feat(cloudapi-gql): add updated and created fields to Snapshot

This commit is contained in:
Sérgio Ramos 2017-10-13 20:47:35 +01:00 committed by Sérgio Ramos
parent 1a3593c9ca
commit 966d326f3f
1 changed files with 2 additions and 0 deletions

View File

@ -137,6 +137,8 @@ type Snapshot {
name: ID
# The current state of the snapshot
state: SnapshotState
updated: String
created: String
}
enum MachineState {