From 6aec0d3f6857099c23dda42d49ea76d6c5aac54b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Wed, 28 Jun 2017 10:55:18 +0100 Subject: [PATCH] feat(cp-frontend): remove id from scale mutation --- packages/cp-frontend/src/graphql/ServiceScale.gql | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/cp-frontend/src/graphql/ServiceScale.gql b/packages/cp-frontend/src/graphql/ServiceScale.gql index e0a7616b..4ba4953d 100644 --- a/packages/cp-frontend/src/graphql/ServiceScale.gql +++ b/packages/cp-frontend/src/graphql/ServiceScale.gql @@ -1,7 +1,6 @@ mutation scale($serviceId: ID!, $replicas: Int!) { scale(serviceId: $serviceId, replicas: $replicas) { scale { - id serviceName replicas }