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
|
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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user