joyent-portal/packages/cp-gql-mock-server/test/tags/scale.gql

6 lines
118 B
Plaintext
Raw Normal View History

2017-07-26 17:28:14 +03:00
mutation scale($serviceId: ID!, $replicas: Int!) {
scale(serviceId: $serviceId, replicas: $replicas) {
2017-07-21 17:08:15 +03:00
id
}
}