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 }