feat(cloudapi-gql): add updated and created fields to Snapshot
This commit is contained in:
parent
1a3593c9ca
commit
966d326f3f
@ -137,6 +137,8 @@ type Snapshot {
|
||||
name: ID
|
||||
# The current state of the snapshot
|
||||
state: SnapshotState
|
||||
updated: String
|
||||
created: String
|
||||
}
|
||||
|
||||
enum MachineState {
|
||||
|
Loading…
Reference in New Issue
Block a user