diff --git a/packages/cloudapi-gql/src/schema/schema.graphql b/packages/cloudapi-gql/src/schema/schema.graphql index 34a81785..60e7b18d 100644 --- a/packages/cloudapi-gql/src/schema/schema.graphql +++ b/packages/cloudapi-gql/src/schema/schema.graphql @@ -137,6 +137,8 @@ type Snapshot { name: ID # The current state of the snapshot state: SnapshotState + updated: String + created: String } enum MachineState {