feat(cp-frontend): remove id from scale mutation
This commit is contained in:
parent
0172d32bad
commit
6aec0d3f68
@ -1,7 +1,6 @@
|
||||
mutation scale($serviceId: ID!, $replicas: Int!) {
|
||||
scale(serviceId: $serviceId, replicas: $replicas) {
|
||||
scale {
|
||||
id
|
||||
serviceName
|
||||
replicas
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user