From 966d326f3fe50cb8ab9463df9832ba8b9c638e47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Fri, 13 Oct 2017 20:47:35 +0100 Subject: [PATCH] feat(cloudapi-gql): add updated and created fields to Snapshot --- packages/cloudapi-gql/src/schema/schema.graphql | 2 ++ 1 file changed, 2 insertions(+) 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 {