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

View File

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