mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 23:30:05 +02:00
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!) {
|
mutation scale($serviceId: ID!, $replicas: Int!) {
|
||||||
scale(serviceId: $serviceId, replicas: $replicas) {
|
scale(serviceId: $serviceId, replicas: $replicas) {
|
||||||
scale {
|
scale {
|
||||||
id
|
|
||||||
serviceName
|
serviceName
|
||||||
replicas
|
replicas
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user