From c413677b0e6d0fc95802c5f233e52fc21f44db6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Thu, 5 Apr 2018 18:00:09 +0100 Subject: [PATCH] feat(instances): remove snapshots/package from instance list query --- packages/my-joy-instances/src/graphql/list-instances.gql | 8 -------- 1 file changed, 8 deletions(-) diff --git a/packages/my-joy-instances/src/graphql/list-instances.gql b/packages/my-joy-instances/src/graphql/list-instances.gql index 46fafb0f..1979e153 100644 --- a/packages/my-joy-instances/src/graphql/list-instances.gql +++ b/packages/my-joy-instances/src/graphql/list-instances.gql @@ -14,14 +14,6 @@ query instances($offset: Int, $limit: Int) { brand memory disk - package { - id - name - } - snapshots { - id - name - } } } }